-
Notifications
You must be signed in to change notification settings - Fork 885
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
[Rename] Refactored src/legacy directory #142
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a variable change from constants file other lgtm!
@@ -17,7 +17,7 @@ | |||
* under the License. | |||
*/ | |||
|
|||
import { i18nLoader } from '@kbn/i18n'; | |||
import { i18nLoader } from '@osd/i18n'; | |||
import { size } from 'lodash'; | |||
import { UsageCollectionSetup } from 'src/plugins/usage_collection/server'; | |||
import { getIntegrityHashes, Integrities } from './file_integrity'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line 24 KIBANA_LOCALIZATION_STATS_TYPE
LGTM |
* [Rename] Refactored src/legacy directory * [Rename] addressed review feedbacks Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com>
* [Rename] Refactored src/legacy directory * [Rename] addressed review feedbacks Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com>
* [Rename] Refactored src/legacy directory * [Rename] addressed review feedbacks Signed-off-by: Mihir Soni <mihirsoni.123@gmail.com>
…ds declaration in repositoryClient (opensearch-project#142) * refractor: remove additional method declaration Signed-off-by: SuZhou-Joe <suzhou@amazon.com> * feat: make bootstrap run Signed-off-by: SuZhou-Joe <suzhou@amazon.com> * feat: change to single permission modes Signed-off-by: SuZhou-Joe <suzhou@amazon.com> * feat: rename variable Signed-off-by: SuZhou-Joe <suzhou@amazon.com> --------- Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
…ds declaration in repositoryClient (opensearch-project#142) * refractor: remove additional method declaration Signed-off-by: SuZhou-Joe <suzhou@amazon.com> * feat: make bootstrap run Signed-off-by: SuZhou-Joe <suzhou@amazon.com> * feat: change to single permission modes Signed-off-by: SuZhou-Joe <suzhou@amazon.com> * feat: rename variable Signed-off-by: SuZhou-Joe <suzhou@amazon.com> --------- Signed-off-by: SuZhou-Joe <suzhou@amazon.com> (cherry picked from commit 05fab00)
…ds declaration in repositoryClient (opensearch-project#142) (opensearch-project#157) * refractor: remove additional method declaration Signed-off-by: SuZhou-Joe <suzhou@amazon.com> * feat: make bootstrap run Signed-off-by: SuZhou-Joe <suzhou@amazon.com> * feat: change to single permission modes Signed-off-by: SuZhou-Joe <suzhou@amazon.com> * feat: rename variable Signed-off-by: SuZhou-Joe <suzhou@amazon.com> --------- Signed-off-by: SuZhou-Joe <suzhou@amazon.com> (cherry picked from commit 05fab00)
…ds declaration in repositoryClient (opensearch-project#142) * refractor: remove additional method declaration Signed-off-by: SuZhou-Joe <suzhou@amazon.com> * feat: make bootstrap run Signed-off-by: SuZhou-Joe <suzhou@amazon.com> * feat: change to single permission modes Signed-off-by: SuZhou-Joe <suzhou@amazon.com> * feat: rename variable Signed-off-by: SuZhou-Joe <suzhou@amazon.com> --------- Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
Issue #, if available: #37
Description of changes: Refactored src/legacy directory
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.