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-6511 Pm publish version from mypackages #14723

Merged

Conversation

dnenov
Copy link
Collaborator

@dnenov dnenov commented Dec 8, 2023

Purpose

  • Allows the user to publish a new version of a package straight from MyPackages tab in the package manager.
  • Pulls Package data from the existing pkg.json and prepopulates the publish package form (the Name field cannot be further changed)

Also addresses concerns raised in this Jira issue: https://jira.autodesk.com/browse/DYN-6511

Chagnes

publish version

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

  • now able to publish new package version from mypacakges
  • removed OnRequestPackagePublishDialog from tests which were not utilizing it, and rather relying on AddAllFilesAfterSelection (not sure how it was running before)

Reviewers

@reddyashish
@avidit

FYIs

@QilongTang

- now able to publish new package version from mypacakges
@dnenov dnenov changed the title publish version from mypackages Pm publish version from mypackages Dec 8, 2023
Copy link

github-actions bot commented Dec 8, 2023

UI Smoke Tests

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

Copy link

github-actions bot commented Dec 8, 2023

UI Smoke Tests

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

@QilongTang QilongTang added this to the 3.0 milestone Dec 9, 2023
@dnenov dnenov mentioned this pull request Dec 14, 2023
9 tasks
- removed OnRequestPackagePublishDialog from tests which were not utilizing it, and rather relying on AddAllFilesAfterSelection (not sure how it was running before)
Copy link

UI Smoke Tests

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

Copy link

UI Smoke Tests

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

Copy link

UI Smoke Tests

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

Copy link

UI Smoke Tests

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

Copy link

UI Smoke Tests

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

Copy link

UI Smoke Tests

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

@avidit avidit changed the title Pm publish version from mypackages DYN-6511 Pm publish version from mypackages Dec 14, 2023
@reddyashish
Copy link
Contributor

passed: https://master-15.jenkins.autodesk.com/view/DYN/job/DYN-DevCI_Self_Service/1352/

@reddyashish reddyashish merged commit 5d73e14 into DynamoDS:master Dec 15, 2023
22 checks passed
reddyashish pushed a commit to reddyashish/Dynamo that referenced this pull request Dec 15, 2023
* publish version from mypackages

- now able to publish new package version from mypacakges

* removed user prompt from tests

- removed OnRequestPackagePublishDialog from tests which were not utilizing it, and rather relying on AddAllFilesAfterSelection (not sure how it was running before)

* Update PackageManagerUITests.cs

(cherry picked from commit 5d73e14)
QilongTang pushed a commit that referenced this pull request Dec 15, 2023
* publish version from mypackages

- now able to publish new package version from mypacakges

* removed user prompt from tests

- removed OnRequestPackagePublishDialog from tests which were not utilizing it, and rather relying on AddAllFilesAfterSelection (not sure how it was running before)

* Update PackageManagerUITests.cs

(cherry picked from commit 5d73e14)

Co-authored-by: Deyan Nenov <[email protected]>
QilongTang added a commit that referenced this pull request Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants