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

[Manual][backport 1.x] Several changes #872

Merged
merged 36 commits into from
Jul 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
9c8248d
Remove beta badge accent color (#99)
BSFishy Dec 14, 2022
17f257f
OUI combo box refine (#183)
AbhishekReddy1127 Feb 28, 2023
2718c64
Update Comment List Docs (#252)
BSFishy Feb 28, 2023
ff96fdb
Updated the section Collapsable Nav (#330)
AbhishekReddy1127 Feb 28, 2023
8e1cbf0
Updated the kibana to opensearch_dashboards (#343)
AbhishekReddy1127 Feb 27, 2023
603af1b
Updated the section drag and drop (#514)
AbhishekReddy1127 Feb 27, 2023
6043f7c
Update @svgr/core and @svgr/plugin-svgo (#594) (#649)
andreymyssak May 2, 2023
4e14daf
Migrate from faker to @faker-js/faker (#594) (#655)
andreymyssak Apr 12, 2023
f7d7efe
Bump @faker-js/faker to v8 (#594) (#768)
andreymyssak Jun 14, 2023
b8c3118
change beta to experimental (#383)
ashwin-pc Feb 27, 2023
adccbf1
Normalize interlink URL usage (#698) (#720)
SergeyMyssak Jun 28, 2023
7a94e93
[CCI] Add `useDeprecatedPropWarning` and align with `deprecated` hoc …
SergeyMyssak Jun 14, 2023
720cd8c
Update the default branch (#584) (#798)
andreymyssak Jun 14, 2023
9d40e8f
[OuiComboBox] Add docs for icon and revise example for clearOnBlur (#…
AMoo-Miki Jun 20, 2023
3846639
Updated bug issue template (#764)
curq Jun 14, 2023
4c1a4f4
Move OuiBottomBar default inline styles to the CSS file (#693) (#694)
SergeyMyssak May 2, 2023
437ef8d
[CCI] Update react-window and react-virtualized-auto-sizer dependenci…
andreymyssak Apr 11, 2023
687a7f3
Update dropzone (#594) (#651)
andreymyssak Apr 12, 2023
c77ba0d
Updated the section Beta badge (#338)
AbhishekReddy1127 Feb 27, 2023
7785a60
Add props and examples for the combobox (#660)
AbhishekReddy1127 Jun 20, 2023
3baf644
Updated the links in the section Markdown Format (#365)
AbhishekReddy1127 Feb 27, 2023
a742262
Update Notification event page (#549)
manasvinibs Mar 3, 2023
a1d55b4
Updated the content in the section Messages and loading (#350)
AbhishekReddy1127 Feb 27, 2023
0b1b70a
Updated the content in the section suggest (#347)
AbhishekReddy1127 Feb 27, 2023
02253d7
Update affiliation of Andrey and Sergey (#794)
BSFishy May 30, 2023
7626786
[CCI] Update dependencies (#716)
andreymyssak Jun 20, 2023
a31bd01
Replace @elastic/datemath with @opensearch/datemath (#204)
BSFishy Jun 20, 2023
b71d2d0
Bump semver to 7.5.3 (#855)
BSFishy Jun 28, 2023
496ef2d
Remove Split button from OUI docs (#805) (#812)
SergeyMyssak Jun 20, 2023
a3efc65
Updated the text in the section ErrorBoundary (#366)
AbhishekReddy1127 Feb 27, 2023
292f2f3
Docs site changes (#96)
KrooshalUX Feb 23, 2023
4731809
Update getting_started.md to remove elastic reference and other chang…
manasvinibs Feb 28, 2023
fa44b9b
Removed GitHub column from all the tables (#371)
AbhishekReddy1127 Feb 27, 2023
22445dd
Updated the content and Icons in the section CssUtilityClasses (#368)
AbhishekReddy1127 Feb 26, 2023
e59dbc1
Delete Kibana reference in commands (#535)
abbyhu2000 Mar 2, 2023
f265406
fixed invalid link in FAQ.md (#751)
Aigerim-ai Jun 14, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
15 changes: 4 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,18 @@ Steps to reproduce the behavior:
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**OpenSearch Version**
Please list the version of OpenSearch being used.

**Dashboards Version**
Please list the version of OpenSearch Dashboards being used.

**Plugins**

Please list all plugins currently enabled.
A clear and concise description of what you expected to happen.

**Screenshots**

If applicable, add screenshots to help explain your problem.

**Host/Environment (please complete the following information):**
- OUI Version: [e.g. 1.0]
- OSD Version (if applicable): [e.g. 2.7.0]
- OS: [e.g. iOS]
- Browser and version [e.g. 22]
- Browser and version [e.g. Chrome 90]

**Additional context**

Expand Down
4 changes: 2 additions & 2 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ The OpenSearch UI Framework (OUI) is a design library used by the OpenSearch Pro

## Can I use OUI?

Yes, but be aware of the [license](LICENSE) as always. The roadmap and priorities are directed by usage within the OpenSearch project.
Yes, but be aware of the [license](https://github.com/opensearch-project/oui/blob/main/LICENSE.txt) as always. The roadmap and priorities are directed by usage within the OpenSearch project.

## What is the versioning, releases and upgrade strategy?

We use [semver](https://semver.org/) for versioning and use that to denote breaking changes in OUI upgrades. We consider API changes in our prop names or existing component functionality to be a reason for a breaking change, but do not consider renaming of CSS selectors, mixins, or other style changes to be breaking.

Traditionally releases are made weekly against whatever is in master and you can upgrade from NPM as you see fit.
Traditionally releases are made weekly against whatever is in main and you can upgrade from NPM as you see fit.

## How do you handle Typescript, Sass and theming?

Expand Down
4 changes: 2 additions & 2 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ This document contains a list of maintainers in this repo. See [opensearch-proje
| Bandini | [bandinib-amzn](https://github.com/bandinib-amzn) | Amazon |
| Ashwin P Chandran | [ashwin-pc](https://github.com/ashwin-pc) | Amazon |
| Josh Romero | [joshuarrrr](https://github.com/joshuarrrr) | Amazon |
| Andrey Myssak | [andreymyssak](https://github.com/andreymyssak) | |
| Sergey Myssak | [SergeyMyssak](https://github.com/SergeyMyssak) | |
| Andrey Myssak | [andreymyssak](https://github.com/andreymyssak) | Contributor |
| Sergey Myssak | [SergeyMyssak](https://github.com/SergeyMyssak) | Contributor |
76 changes: 38 additions & 38 deletions i18ntokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,12 @@
"start": {
"line": 191,
"column": 8,
"index": 5650
"index": 5638
},
"end": {
"line": 193,
"column": 40,
"index": 5750
"index": 5738
}
},
"filepath": "src/components/bottom_bar/bottom_bar.tsx"
Expand All @@ -205,12 +205,12 @@
"start": {
"line": 217,
"column": 14,
"index": 6647
"index": 6635
},
"end": {
"line": 221,
"column": 16,
"index": 6920
"index": 6908
}
},
"filepath": "src/components/bottom_bar/bottom_bar.tsx"
Expand All @@ -223,12 +223,12 @@
"start": {
"line": 223,
"column": 14,
"index": 6953
"index": 6941
},
"end": {
"line": 226,
"column": 16,
"index": 7150
"index": 7138
}
},
"filepath": "src/components/bottom_bar/bottom_bar.tsx"
Expand Down Expand Up @@ -1861,12 +1861,12 @@
"start": {
"line": 146,
"column": 12,
"index": 4299
"index": 4302
},
"end": {
"line": 151,
"column": 62,
"index": 4513
"index": 4516
}
},
"filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
Expand All @@ -1879,12 +1879,12 @@
"start": {
"line": 146,
"column": 12,
"index": 4299
"index": 4302
},
"end": {
"line": 151,
"column": 62,
"index": 4513
"index": 4516
}
},
"filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
Expand All @@ -1897,12 +1897,12 @@
"start": {
"line": 170,
"column": 12,
"index": 5261
"index": 5264
},
"end": {
"line": 172,
"column": 43,
"index": 5365
"index": 5368
}
},
"filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
Expand All @@ -1915,12 +1915,12 @@
"start": {
"line": 189,
"column": 8,
"index": 5904
"index": 5907
},
"end": {
"line": 192,
"column": 75,
"index": 6075
"index": 6078
}
},
"filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
Expand All @@ -1933,12 +1933,12 @@
"start": {
"line": 210,
"column": 14,
"index": 6566
"index": 6569
},
"end": {
"line": 214,
"column": 16,
"index": 6757
"index": 6760
}
},
"filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
Expand All @@ -1951,12 +1951,12 @@
"start": {
"line": 220,
"column": 12,
"index": 6907
"index": 6910
},
"end": {
"line": 224,
"column": 14,
"index": 7088
"index": 7091
}
},
"filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
Expand Down Expand Up @@ -1987,12 +1987,12 @@
"start": {
"line": 194,
"column": 8,
"index": 5693
"index": 5696
},
"end": {
"line": 196,
"column": 46,
"index": 5792
"index": 5795
}
},
"filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
Expand All @@ -2005,12 +2005,12 @@
"start": {
"line": 213,
"column": 12,
"index": 6419
"index": 6422
},
"end": {
"line": 215,
"column": 37,
"index": 6519
"index": 6522
}
},
"filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
Expand All @@ -2023,12 +2023,12 @@
"start": {
"line": 226,
"column": 16,
"index": 6926
"index": 6929
},
"end": {
"line": 228,
"column": 49,
"index": 7039
"index": 7042
}
},
"filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
Expand All @@ -2041,12 +2041,12 @@
"start": {
"line": 241,
"column": 16,
"index": 7523
"index": 7526
},
"end": {
"line": 243,
"column": 45,
"index": 7628
"index": 7631
}
},
"filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
Expand All @@ -2059,12 +2059,12 @@
"start": {
"line": 261,
"column": 12,
"index": 8244
"index": 8247
},
"end": {
"line": 261,
"column": 76,
"index": 8308
"index": 8311
}
},
"filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
Expand All @@ -2077,12 +2077,12 @@
"start": {
"line": 276,
"column": 12,
"index": 8820
"index": 8823
},
"end": {
"line": 276,
"column": 76,
"index": 8884
"index": 8887
}
},
"filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
Expand All @@ -2095,12 +2095,12 @@
"start": {
"line": 290,
"column": 12,
"index": 9356
"index": 9359
},
"end": {
"line": 290,
"column": 74,
"index": 9418
"index": 9421
}
},
"filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
Expand All @@ -2113,12 +2113,12 @@
"start": {
"line": 311,
"column": 14,
"index": 10196
"index": 10199
},
"end": {
"line": 311,
"column": 76,
"index": 10258
"index": 10261
}
},
"filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
Expand All @@ -2131,12 +2131,12 @@
"start": {
"line": 318,
"column": 12,
"index": 10451
"index": 10454
},
"end": {
"line": 326,
"column": 14,
"index": 10725
"index": 10728
}
},
"filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
Expand Down Expand Up @@ -2239,12 +2239,12 @@
"start": {
"line": 429,
"column": 14,
"index": 11289
"index": 11292
},
"end": {
"line": 432,
"column": 16,
"index": 11415
"index": 11418
}
},
"filepath": "src/components/date_picker/super_date_picker/super_date_picker.tsx"
Expand Down
Loading