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

[Beta][Task]15982357: Dynamic config for Properties extension #1972

Merged
merged 5 commits into from
Jan 26, 2023

Conversation

Karlie-777
Copy link
Contributor

No description provided.

@@ -116,6 +105,20 @@ export class _SessionManager {
const session = _self.automaticSession;
_setStorage(session.id, session.acquisitionDate, session.renewalDate);
};

function _storageNamePrefix(): string {
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm not a fan of this pattern, but I understand why :-(

I'm currently working on fixing the referencing issue, so I might undo these functions with my PR (after you have submitted this one)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks Nev! I added TODO in the code!

@Karlie-777 Karlie-777 merged commit 1a90007 into beta Jan 26, 2023
MSNev added a commit that referenced this pull request Jan 27, 2023
…nsion #1972

- Add ability to tag Dynamic Config properties as referenced to support updating extensionConfig in-place with a new object instance
- Add IUnloadHookContainer to allow passing extension level unload hook container to sub-components
MSNev added a commit that referenced this pull request Jan 27, 2023
…nsion #1972

- Add ability to tag Dynamic Config properties as referenced to support updating extensionConfig in-place with a new object instance
- Add IUnloadHookContainer to allow passing extension level unload hook container to sub-components
MSNev added a commit that referenced this pull request Jan 27, 2023
…nsion #1972

- Add ability to tag Dynamic Config properties as referenced to support updating extensionConfig in-place with a new object instance
- Add IUnloadHookContainer to allow passing extension level unload hook container to sub-components
MSNev added a commit that referenced this pull request Jan 27, 2023
…nsion #1972 (#1976)

- Add ability to tag Dynamic Config properties as referenced to support updating extensionConfig in-place with a new object instance
- Add IUnloadHookContainer to allow passing extension level unload hook container to sub-components
@MSNev MSNev deleted the karlie/propdynamic branch April 6, 2023 01:19
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.

2 participants