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

[Console] Convert lib/mappings to TypeScript #4008

Merged
merged 23 commits into from
Jul 5, 2023
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f5faee9
Convert mappings.js to TypeScript
curq May 11, 2023
a7e1367
Convert mappings.test.js to TypeScript
curq May 11, 2023
9b16a0a
Update CHANGELOG.md
curq May 11, 2023
51f2d9f
Merge branch 'main' into console-mappings-ts
kavilla May 16, 2023
204491c
Merge branch 'main' into console-mappings-ts
abbyhu2000 May 16, 2023
010629f
Merge branch 'main' into console-mappings-ts
curq May 17, 2023
253aa8c
Add test for getTypes with multi-index mode
curq May 25, 2023
617e02e
Merge branch 'main' into console-mappings-ts
curq May 25, 2023
894fdea
Merge branch 'console-mappings-ts' of github.com:curq/OpenSearch-Dash…
curq May 25, 2023
4251173
Merge branch 'opensearch-project:main' into console-mappings-ts
curq May 26, 2023
499ac53
type update
curq May 26, 2023
0d6ab00
Merge branch 'main' into console-mappings-ts
ashwin-pc May 31, 2023
a77d615
Merge branch 'main' into console-mappings-ts
curq Jun 14, 2023
8daf1bc
update typing
curq Jun 14, 2023
df73ecc
Merge branch 'main' into console-mappings-ts
ananzh Jun 20, 2023
f4b9de8
Merge branch 'opensearch-project:main' into console-mappings-ts
curq Jun 21, 2023
a854556
CHANGELOG fix
curq Jun 21, 2023
3571a7d
Changelog update
curq Jun 21, 2023
d8c81ba
Merge branch 'main' into console-mappings-ts
joshuarrrr Jun 22, 2023
0ea3fdb
Merge branch 'main' into console-mappings-ts
joshuarrrr Jun 26, 2023
fc52bb3
Update Changelog
curq Jun 26, 2023
ccdee60
Merge branch 'main' into console-mappings-ts
ananzh Jun 28, 2023
e776e9b
Merge branch 'main' into console-mappings-ts
ananzh Jun 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CHANGELOG.md
Signed-off-by: Sirazh Gabdullin <sirazh.gabdullin@nu.edu.kz>
  • Loading branch information
curq committed May 11, 2023
commit 9b16a0ae03aa9b9465ba862ad83ae84c23bf5688
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- [Console] Replace jQuery.ajax with core.http when calling OSD APIs in console ([#3080](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3080))
- [I18n] Fix Listr type errors and error handlers ([#3629](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3629))
- [Multiple DataSource] Present the authentication type choices in a drop-down ([#3693](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3693))
- [Console] Convert lib/mappings to TypeScript ([#4008](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4008))

### 🔩 Tests

Expand Down