|
1 | 1 | ## Version 1.1.0 Release Notes
|
2 | 2 |
|
3 |
| -* __[Bug] Restore timeline legacy functions and filters__ |
| 3 | +* __[1.1] Fix yarn build docs and update test (#844)__ |
4 | 4 |
|
5 |
| - [Kawika Avilla](mailto:kavilla414@gmail.com) - Fri, 28 Sep 2021 8:00:00 -0500 |
| 5 | + [Anan](mailto:79961084+ananzh@users.noreply.github.com) - Tue, 5 Oct 2021 12:55:30 -0700 |
6 | 6 |
|
7 |
| - While renaming we changed values from legacy naming schema to |
8 |
| - OpenSearch Dashboards naming schema. However, after realizing |
9 |
| - we impacted backwards compatibility, we restored some of the |
10 |
| - "under the hood" components backed to legacy application to |
11 |
| - allow for seemless migration. |
| 7 | + yarn build flags in /src/dev/build/cli.ts are not updated to match the renamed flags in de-couple PR (#795). This PR fixes the issue |
| 8 | + and update the tests. Also modify words in DEVELOPER_GUIDE.md. |
| 9 | + |
| 10 | + PR resolved: |
| 11 | + https://github.com/opensearch-project/OpenSearch-Dashboards/issues/836 |
| 12 | + |
| 13 | + Backport PR: |
| 14 | + https://github.com/opensearch-project/OpenSearch-Dashboards/pull/840 |
| 15 | + |
| 16 | + Signed-off-by: Anan Zhuang <ananzh@amazon.com> |
12 | 17 |
|
13 |
| - However, upon attempting to restore Timeline to work with saved |
14 |
| - objects we neglected to restore the Timeline functions. |
| 18 | +* __[1.1] Ensure DCO Workflow Check (#846)__ |
| 19 | + |
| 20 | + [Anan](mailto:79961084+ananzh@users.noreply.github.com) - Tue, 5 Oct 2021 12:55:08 -0700 |
| 21 | + |
| 22 | + Issue Resolved: |
| 23 | + https://github.com/opensearch-project/OpenSearch-Dashboards/issues/834 |
| 24 | + |
| 25 | + Backport PR: |
| 26 | + https://github.com/opensearch-project/OpenSearch-Dashboards/pull/841 |
| 27 | + |
| 28 | + Signed-off-by: Anan Zhuang <ananzh@amazon.com> |
| 29 | + |
| 30 | +* __[1.1] De-Couple Dashboards linux building process (#843)__ |
| 31 | + |
| 32 | + [Anan](mailto:79961084+ananzh@users.noreply.github.com) - Tue, 5 Oct 2021 11:44:48 -0700 |
| 33 | + |
| 34 | + When running yarn build --skip-os-packages it will build 4 tarballs for Dashboards (2x linux, 1x macOS, 1x windows) and takes 10+min to do so. |
| 35 | + |
| 36 | + In this PR, we break the building process to allow single linux to build. If run `yarn build-platform --linux-x64` only linux x64 tarball is created. Same for linux arm64 and darwin x64. You could run `yarn build-platform |
| 37 | + --linux-arm64` and `yarn build-platform darwin-x64`. |
| 38 | + |
| 39 | + partially solved: |
| 40 | + https://github.com/opensearch-project/OpenSearch-Dashboards/issues/473 |
| 41 | + |
| 42 | + backport PR: |
| 43 | + https://github.com/opensearch-project/OpenSearch-Dashboards/pull/795 |
| 44 | + |
| 45 | + Signed-off-by: Anan Zhuang <ananzh@amazon.com> |
15 | 46 |
|
16 |
| - Previously users could set kibana=false to ignore filters on |
17 |
| - the dashboards being applied to their Timeline visualizations. |
18 |
| - Now, if users tried to set it then it would fail because it |
19 |
| - didn't know what that function was. |
| 47 | +* __[1.1][Bug] Restore timeline legacy functions and filters__ |
20 | 48 |
|
21 |
| - This commit fixes this issue by keeping the update since we |
22 |
| - do not want to impact people who have now updated their functions |
23 |
| - and re-added the legacy functions. |
| 49 | + [Kawika Avilla](mailto:kavilla414@gmail.com) - Tue, 28 Sep 2021 12:38:11 -0700 |
| 50 | + |
| 51 | + While renaming we changed values from legacy naming schema to OpenSearch |
| 52 | + Dashboards naming schema. However, after realizing we impacted backwards |
| 53 | + compatibility, we restored some of the |
| 54 | + "under the hood" components backed to legacy application to allow for seemless |
| 55 | + migration. |
| 56 | + |
| 57 | + However, upon attempting to restore Timeline to work with saved objects we |
| 58 | + neglected to restore the Timeline functions. |
| 59 | + |
| 60 | + Previously users could set kibana=false to ignore filters on the dashboards |
| 61 | + being applied to their Timeline visualizations. Now, if users tried to set it |
| 62 | + then it would fail because it didn't know what that function was. |
| 63 | + |
| 64 | + This commit fixes this issue by keeping the update since we do not want to |
| 65 | + impact people who have now updated their functions and re-added the legacy |
| 66 | + functions. |
| 67 | + |
| 68 | + In this commit, I also restore the aliases for "elasticsearch" and now included |
| 69 | + "opensearch" for Timeline queries. |
| 70 | + |
| 71 | + Finally, the key was incorrect for actually accessing the filter so it never |
| 72 | + applied the filters in the default state. |
| 73 | + |
| 74 | + Issue resolved: |
| 75 | + https://github.com/opensearch-project/OpenSearch-Dashboards/issues/820 |
| 76 | + |
| 77 | + Backport PR: |
| 78 | + https://github.com/opensearch-project/OpenSearch-Dashboards/pull/825 |
| 79 | + |
| 80 | + Signed-off-by: Kawika Avilla <kavilla414@gmail.com> |
24 | 81 |
|
25 |
| - In this commit, I also restore the aliases for "elasticsearch" and |
26 |
| - now included "opensearch" for Timeline queries. |
| 82 | +* __[1.1] Update release notes for 1.1 release (#822)__ |
27 | 83 |
|
28 |
| - Finally, the key was incorrect for actually accessing the filter |
29 |
| - so it never applied the filters in the default state. |
| 84 | + [Anan](mailto:79961084+ananzh@users.noreply.github.com) - Mon, 27 Sep 2021 11:07:07 -0500 |
| 85 | + |
| 86 | + Backport PR: |
| 87 | + https://github.com/opensearch-project/OpenSearch-Dashboards/pull/821 |
30 | 88 |
|
31 |
| - Signed-off-by: Kawika Avilla <kavilla414@gmail.com> |
| 89 | + Signed-off-by: Anan Zhuang <ananzh@amazon.com> |
32 | 90 |
|
33 | 91 | * __Bump prismjs from 1.24.0 to 1.25.0 (#805) (#817)__
|
34 | 92 |
|
|
0 commit comments