Skip to content

Conversation

@mjkkirschner
Copy link
Member

@mjkkirschner mjkkirschner commented Sep 8, 2023

This pulls in some changes from @pinzart90's changes for 2.17.4 and tries to adapt them to use the DisableAnalytics flag as a stand in DisableNetworkActivity flag until we have that.

Additionally, it disables the notification center requests if DisableAnalytics is true.

I believe it is safe to merge to master, unlike the original changes.

pinzart90 and others added 5 commits September 8, 2023 09:52
* update

* update

* null checking

* update

* Update CoreNodeModelWpfResources.Designer.cs

Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>
* update

* update

* null checking

* update

* Update CoreNodeModelWpfResources.Designer.cs

Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>
* disable net traffic example

* Update PackageManagerViewExtension.cs

* update

* Update DynamoModel.cs

* Update PackageManagerViewExtension.cs

* Update PackageManagerViewExtension.cs

---------

Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>
* Update PreferencesViewModel.cs

* Update PackageManagerViewExtensionTests.cs

---------

Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>
@github-actions
Copy link

github-actions bot commented Sep 8, 2023

⚠️ [run-bin-diff] - Files Added/Deleted::75 new file(s) have been added and 153 file(s) have been deleted!
⚠️ [run-bin-diff-net60-windows] - Files Added/Deleted::15 new file(s) have been added and 29 file(s) have been deleted!
(Updated: 2023-09-11-15:15:34)

@QilongTang QilongTang changed the title 219disablenet WIP 219 disable network traffic WIP Sep 11, 2023
@QilongTang QilongTang changed the base branch from RC2.19.0_master to RC2.19.1_master September 11, 2023 14:41
@QilongTang QilongTang added this to the 2.19.1 milestone Sep 11, 2023
@QilongTang
Copy link
Contributor

@mjkkirschner All changes looks good, this is no longer WIP right?

@QilongTang QilongTang changed the title 219 disable network traffic WIP 2.19.1 disable network traffic WIP Sep 11, 2023
@mjkkirschner
Copy link
Member Author

@QilongTang let me make a few last updates to this!

@mjkkirschner
Copy link
Member Author

mjkkirschner commented Sep 11, 2023

@QilongTang @sm6srw PTAL - I added some TODO comments and also disabled the notifications center if the DisableAnalytics static props was set true.

I think this should be safe to merge to master as well so we can stop doing these one off builds in the future.

Copy link
Contributor

@sm6srw sm6srw left a comment

Choose a reason for hiding this comment

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

LGTM!

@QilongTang
Copy link
Contributor

@QilongTang @sm6srw PTAL - I added some TODO comments and also disabled the notifications center if the DisableAnalytics static props was set true.

I think this should be safe to merge to master as well so we can stop doing these one off builds in the future.

Thanks, nicely done

@QilongTang QilongTang merged commit bb0f4b2 into RC2.19.1_master Sep 11, 2023
@QilongTang QilongTang deleted the 219disablenet branch September 11, 2023 15:25
@mjkkirschner
Copy link
Member Author

mjkkirschner commented Sep 11, 2023

@QilongTang I was hoping we'd wait for the tests to pass 😬 - I will keep an eye on them.

@QilongTang
Copy link
Contributor

QilongTang commented Sep 11, 2023

@mjkkirschner The previous job does have tests passed and given we have no tests for notification center, I merged. I will have another PR to update release version etc

mjkkirschner added a commit to mjkkirschner/Dynamo that referenced this pull request Sep 11, 2023
* cherry pick analytics issue (DynamoDS#13328)

* update

* update

* null checking

* update

* Update CoreNodeModelWpfResources.Designer.cs

Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>

* Revert "cherry pick analytics issue (DynamoDS#13328)"

This reverts commit 6f9761d.

* cherry pick analytics issue (DynamoDS#13328) (DynamoDS#14085)

* update

* update

* null checking

* update

* Update CoreNodeModelWpfResources.Designer.cs

Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>

* Disable net traffic (DynamoDS#14083)

* disable net traffic example

* Update PackageManagerViewExtension.cs

* update

* Update DynamoModel.cs

* Update PackageManagerViewExtension.cs

* Update PackageManagerViewExtension.cs

---------

Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>

* Update PreferencesViewModel.cs: crash due to null feature flags (DynamoDS#14087)

* Update PreferencesViewModel.cs

* Update PackageManagerViewExtensionTests.cs

---------

Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>

* changes

* remove comment

* comments and disable notifications

---------

Co-authored-by: pinzart90 <46732933+pinzart90@users.noreply.github.com>
Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>
mjkkirschner added a commit that referenced this pull request Sep 11, 2023
* fix most memory leaks from opening and closing Dynamo Splash Screen (#14344)

* fixing mem leaks in progress

* fix test and remove todo

* 2.19.1 disable network traffic WIP (#14393)

* cherry pick analytics issue (#13328)

* update

* update

* null checking

* update

* Update CoreNodeModelWpfResources.Designer.cs

Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>

* Revert "cherry pick analytics issue (#13328)"

This reverts commit 6f9761d.

* cherry pick analytics issue (#13328) (#14085)

* update

* update

* null checking

* update

* Update CoreNodeModelWpfResources.Designer.cs

Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>

* Disable net traffic (#14083)

* disable net traffic example

* Update PackageManagerViewExtension.cs

* update

* Update DynamoModel.cs

* Update PackageManagerViewExtension.cs

* Update PackageManagerViewExtension.cs

---------

Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>

* Update PreferencesViewModel.cs: crash due to null feature flags (#14087)

* Update PreferencesViewModel.cs

* Update PackageManagerViewExtensionTests.cs

---------

Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>

* changes

* remove comment

* comments and disable notifications

---------

Co-authored-by: pinzart90 <46732933+pinzart90@users.noreply.github.com>
Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>

---------

Co-authored-by: pinzart90 <46732933+pinzart90@users.noreply.github.com>
Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>
@QilongTang QilongTang changed the title 2.19.1 disable network traffic WIP 2.19.1 disable network traffic Sep 11, 2023
mjkkirschner added a commit that referenced this pull request Sep 19, 2023
* fix most memory leaks from opening and closing Dynamo Splash Screen (#14344)

* fixing mem leaks in progress

* fix test and remove todo

* 2.19.1 disable network traffic WIP (#14393)

* cherry pick analytics issue (#13328)

* update

* update

* null checking

* update

* Update CoreNodeModelWpfResources.Designer.cs

Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>

* Revert "cherry pick analytics issue (#13328)"

This reverts commit 6f9761d.

* cherry pick analytics issue (#13328) (#14085)

* update

* update

* null checking

* update

* Update CoreNodeModelWpfResources.Designer.cs

Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>

* Disable net traffic (#14083)

* disable net traffic example

* Update PackageManagerViewExtension.cs

* update

* Update DynamoModel.cs

* Update PackageManagerViewExtension.cs

* Update PackageManagerViewExtension.cs

---------

Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>

* Update PreferencesViewModel.cs: crash due to null feature flags (#14087)

* Update PreferencesViewModel.cs

* Update PackageManagerViewExtensionTests.cs

---------

Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>

* changes

* remove comment

* comments and disable notifications

---------

Co-authored-by: pinzart90 <46732933+pinzart90@users.noreply.github.com>
Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>

* add python tests

* move project

* revert

---------

Co-authored-by: pinzart90 <46732933+pinzart90@users.noreply.github.com>
Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>
pinzart90 added a commit that referenced this pull request Oct 28, 2023
* cherry pick analytics issue (#13328)

* update

* update

* null checking

* update

* Update CoreNodeModelWpfResources.Designer.cs

Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>

* Revert "cherry pick analytics issue (#13328)"

This reverts commit 6f9761d.

* cherry pick analytics issue (#13328) (#14085)

* update

* update

* null checking

* update

* Update CoreNodeModelWpfResources.Designer.cs

Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>

* Disable net traffic (#14083)

* disable net traffic example

* Update PackageManagerViewExtension.cs

* update

* Update DynamoModel.cs

* Update PackageManagerViewExtension.cs

* Update PackageManagerViewExtension.cs

---------

Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>

* Update PreferencesViewModel.cs: crash due to null feature flags (#14087)

* Update PreferencesViewModel.cs

* Update PackageManagerViewExtensionTests.cs

---------

Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>

* changes

* remove comment

* comments and disable notifications

---------

Co-authored-by: pinzart90 <46732933+pinzart90@users.noreply.github.com>
Co-authored-by: pinzart <tiberiu.pinzariu@autodesk.com>
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.

6 participants