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

refactor: clean up the 'slot' abstraction for abs-h #3193

Merged
merged 4 commits into from
May 27, 2020

Conversation

lei9444
Copy link
Contributor

@lei9444 lei9444 commented May 27, 2020

Description

clean the code

Task Item

#minor

Screenshots

@@ -4,7 +4,7 @@
export const OBFUSCATED_VALUE = '*****';

export interface ISettingManager {
get(slot?: string, obfuscate?: boolean): Promise<any | null>;
set(slot: string, settings: any): Promise<void>;
get(obfuscate?: boolean): Promise<any | null>;
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we also take the chance of remove this obfuscate feature, @cwhitten what do you think? I think we chatted about this

Copy link
Member

Choose a reason for hiding this comment

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

Let's leave it in for now ad revisit once some customers have successfully deployed Composer and we get some additional feedback.

Copy link
Contributor

@boydc2014 boydc2014 left a comment

Choose a reason for hiding this comment

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

LGTM, leave one question for chris

@boydc2014 boydc2014 changed the title refactor: remove the slot related code when update setting refactor: clean up the ' May 27, 2020
@boydc2014 boydc2014 changed the title refactor: clean up the ' refactor: clean up the 'slot' abstraction for abs-h May 27, 2020
@cwhitten cwhitten merged commit 782787c into microsoft:master May 27, 2020
@lei9444 lei9444 deleted the clean branch February 1, 2021 02:05
lei9444 added a commit to lei9444/BotFramework-Composer-1 that referenced this pull request Jun 15, 2021
* clean setting slot related code

* remove abshost flag

Co-authored-by: Dong Lei <donglei@microsoft.com>
Co-authored-by: Chris Whitten <christopher.whitten@microsoft.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.

3 participants