Skip to content
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

DYN-6901 Pm - publish version preview fix #15360

Merged

Conversation

dnenov
Copy link
Collaborator

@dnenov dnenov commented Jun 28, 2024

Purpose

A small PR that fixes an edge-case where the Custom Definitions won't preview correctly under the Publish Version workflow.

Based on the #15314 series.

Before

image

After

image

Declarations

Check these if you believe they are true

  • The codebase is in a better state after this PR
  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • All tests pass using the self-service CI.
  • Snapshot of UI changes, if any.
  • Changes to the API follow Semantic Versioning and are documented in the API Changes document.
  • This PR modifies some build requirements and the readme is updated
  • This PR contains no files larger than 50 MB

Release Notes

  • small preview bug fix

Reviewers

@QilongTang
@zeusongit
@reddyashish

FYIs

@Amoursol

dnenov added 16 commits June 5, 2024 09:24
- plotting out the publishing process with series of tests
- previously dynamo would add dyf and dll files regardless of the capitalization of the extesion. However
- however, when copying the files this was not respected
- now also copies the files awith upper capitalization
- fixed caps extension issue in preview and remove
- confirm that the original custom definition files will be deleted during the build process
- fixed a few more extension capitalizations
- rework on the way the content structure is recreated (files and folders relationships)
- additional test coverage to assert edge case scenarios
- rework of most of the logic behind retaining folder structure
- fixing tests
- we cannot really allow to keep the existing pkg.json file because that will invalidate the form filling part of the process
- this was a mix-up of the old way of displaying custom nodes and the new ones only
…nfolderstructure-updates-rework-publishversion
@dnenov dnenov changed the title Pm retrainfolderstructure publishversion Pm - publish version preview fix Jun 28, 2024
@dnenov dnenov removed the WIP label Jul 11, 2024
@dnenov dnenov marked this pull request as ready for review July 11, 2024 17:42
@QilongTang
Copy link
Contributor

hi @dnenov Please resolve the merge conflicts

- we need to create pkg.json in all cases, according to current design
@dnenov dnenov changed the title Pm - publish version preview fix DYN-6901 Pm - publish version preview fix Jul 22, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-6901

Copy link

github-actions bot commented Jul 22, 2024

UI Smoke Tests

Test: success. 11 passed, 0 failed.
TestComplete Test Result
Workflow Run: UI Smoke Tests
Check: UI Smoke Tests - net8.0

@reddyashish reddyashish merged commit 82080da into DynamoDS:master Jul 22, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants