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-7821:changed compatibility calculation algorithm #15644

Merged

Conversation

dnenov
Copy link
Collaborator

@dnenov dnenov commented Nov 13, 2024

Purpose

Change to how package version Compatibility is calculated. The main changes are that:

  • now only flags as 'Unknown Compatibility' if no information is provided
  • under DynamoSandbox, if Dynamo comp not provided, refer to host. If host comp exist, mark as 'Incompatible'

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 only flags as 'Unknown Compatibility' if no information is provided
  • under DynamoSandbox, if Dynamo comp not provided, refer to host. If host comp exist, mark as 'Incompatible'

Reviewers

@achintyabhat
@reddyashish
@zeusongit
@QilongTang

FYIs

@saintentropy

- now only flags as 'Unknown Compatibility' if no information is provided
- under DynamoSandbox, if Dynamo comp not provided, fallback to host. If host comp exist, mark as 'Incompatible'
Copy link

github-actions bot commented Nov 13, 2024

UI Smoke Tests

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

@dnenov dnenov changed the title changed compatibility calculation algorithm DYN-7821:changed compatibility calculation algorithm Nov 13, 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-7821

- removing try/catch block, cannot log message using Dynamo logger, no access to Dynamo instance
@reddyashish
Copy link
Contributor

@reddyashish reddyashish merged commit ffffc71 into DynamoDS:master Nov 13, 2024
23 of 24 checks passed
@reddyashish reddyashish mentioned this pull request Nov 13, 2024
9 tasks
reddyashish pushed a commit to reddyashish/Dynamo that referenced this pull request Nov 13, 2024
@mjkkirschner
Copy link
Member

There actually is a static logger:
https://github.com/DynamoDS/Dynamo/blob/master/src/NodeServices/MessageEvents.cs#L71

@reddyashish
Copy link
Contributor

Thanks Mike, I will make this change.

@reddyashish
Copy link
Contributor

addressed it here #15653

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