|
| 1 | + |
| 2 | +* __[1.2][Release] add axios dependency to UI package__ |
| 3 | + |
| 4 | + [Kawika Avilla ](mailto:[email protected]) - Mon, 8 Nov 2021 20:14:20 -0800 |
| 5 | + |
| 6 | + EAD -> refs/heads/release, refs/remotes/origin/1.2, refs/heads/1.2 |
| 7 | + This package was missing from release build so have to add it to this package. |
| 8 | + |
| 9 | + Brought in by custom branding. |
| 10 | + |
| 11 | + Backport PR: |
| 12 | + https://github.com/opensearch-project/OpenSearch-Dashboards/pull/922 |
| 13 | + |
| 14 | + Signed-off-by: Kawika Avilla <[email protected]> |
| 15 | + |
| 16 | + |
| 17 | +* __[1.2] Fix Node selection when using built in node (#912) (#917)__ |
| 18 | + |
| 19 | + [Kawika Avilla ](mailto:[email protected]) - Fri, 5 Nov 2021 15:22:14 -0700 |
| 20 | + |
| 21 | + |
| 22 | + Fixed node selection to use the node executable instead of the user local node. |
| 23 | + |
| 24 | + Issue resolved: |
| 25 | + |
| 26 | + https://github.com/opensearch-project/OpenSearch-Dashboards/issues/908 |
| 27 | + Signed-off-by: Sven R <[email protected]> |
| 28 | + Co-authored-by: Sven R <[email protected]> |
| 29 | + |
| 30 | +* __Update the dashboard maps end point (#893) (#899)__ |
| 31 | + |
| 32 | + [Junqiu Lei ](mailto:[email protected]) - Tue, 2 Nov 2021 16:06:38 -0700 |
| 33 | + |
| 34 | + |
| 35 | + Currently the maps end point can't be accessed from India and China, we are |
| 36 | + going to update maps end point to the new one "maps.opensearch.org" for |
| 37 | + OpenSearch community users, which will solve the pain for opensource users from |
| 38 | + some region can't access to the existing one. |
| 39 | + https://github.com/opensearch-project/OpenSearch-Dashboards/issues/777 |
| 40 | + Signed-off-by: Junqiu Lei <[email protected]> |
| 41 | + |
| 42 | +* __[1.x] Custom Branding (#826) (#898)__ |
| 43 | + |
| 44 | + [Kawika Avilla ](mailto:[email protected]) - Tue, 2 Nov 2021 16:06:38 -0700 |
| 45 | + |
| 46 | + |
| 47 | + * Make top left logo on the main screen configurable |
| 48 | + Add a new config opensearchDashboards.branding.logoUrl in yaml file |
| 49 | + for |
| 50 | + making top left corner logo on the main screen configurable. If |
| 51 | + URL is |
| 52 | + invalid, the default OpenSearch logo will be shown. |
| 53 | + Signed-off-by: Abby Hu <[email protected]> |
| 54 | + |
| 55 | + * Welcome page title and logo configurable (#738) |
| 56 | + Add two new configs branding.smallLogoUrl and branding.title |
| 57 | + in the yaml file |
| 58 | + for making the welcome page logo and title |
| 59 | + configurable. If URL is invalid, the default branding will be shown. |
| 60 | + Signed-off-by: Qingyang(Abby) Hu <[email protected]> |
| 61 | + |
| 62 | + * Make loading page logo and title configurable (#746) |
| 63 | + Add one new config branding.loadingLogoUrl for making loading page logo |
| 64 | + |
| 65 | + configurable. URL can be in svg and gif format. If no loading logo is found, |
| 66 | + |
| 67 | + the static logo with a horizontal bar loading bar will be shown. If logo is |
| 68 | + also |
| 69 | + not found, the default OpenSearch loading logo and spinner will be shown. |
| 70 | + |
| 71 | + Signed-off-by: Qingyang(Abby) Hu <[email protected]> |
| 72 | + |
| 73 | + * Branding configs rename and improvement (#771) |
| 74 | + Change config smallLogoUrl to logoUrl, config logoUrl to fullLogoUrl to |
| 75 | + emphasize that thumbnail version |
| 76 | + of the logo will be used mostly in the |
| 77 | + application. Full version of the logo will only be used on the main |
| 78 | + page nav |
| 79 | + bar. If full logo is not provided, thumbnail logo will be used on the nav bar. |
| 80 | + Some config improvement |
| 81 | + includes fixing the validation error when inputting |
| 82 | + empty string, and add title validation function. |
| 83 | + Signed-off-by: Qingyang(Abby) Hu <[email protected]> |
| 84 | + |
| 85 | + * Branding config structure change and renaming (#793) |
| 86 | + Change the branding related config to a map structure in the yml file. |
| 87 | + Also |
| 88 | + rename the configs according to the official branding guidelines. |
| 89 | + The full |
| 90 | + logo on the main page header will be called logo; the small |
| 91 | + logo icon will be |
| 92 | + called mark. |
| 93 | + Signed-off-by: Qingyang(Abby) Hu <[email protected]> |
| 94 | + |
| 95 | + * Darkmode configurations for header logo, welcome logo and loading logo (#797) |
| 96 | + |
| 97 | + Add dark mode configs in the yml file that allows user to configure a |
| 98 | + dark |
| 99 | + mode version of the logo. When user toggles dark mode under the |
| 100 | + Advanced |
| 101 | + Setting, the logo will be rendered accordingly. |
| 102 | + Signed-off-by: Qingyang(Abby) Hu <[email protected]> |
| 103 | + |
| 104 | + * Add favicon configuration (#801) |
| 105 | + Added a configuration on favicon inside opensearchDashboards.branding |
| 106 | + in the |
| 107 | + yml file. If user inputs a valid URL, we gurantee basic browser |
| 108 | + favicon |
| 109 | + customization, while remaining places show the default browser/device |
| 110 | + favicon |
| 111 | + icon. If user does not provide a valid URL for favicon, the |
| 112 | + opensearch favicon |
| 113 | + icon will be used. |
| 114 | + Signed-off-by: Qingyang(Abby) Hu <[email protected]> |
| 115 | + |
| 116 | + * Make home page primary dashboard card logo and title configurable (#809) |
| 117 | + Home page dashboard card logo and title can be customized by config |
| 118 | + |
| 119 | + mark.defaultUrl and mark.darkModeUrl. Unit test and functional test |
| 120 | + are also |
| 121 | + written. |
| 122 | + Signed-off-by: Qingyang(Abby) Hu <[email protected]> |
| 123 | + |
| 124 | + * Side menu logo configuration |
| 125 | + Make logo for opensearch dashboard side menu be configurable. |
| 126 | + Use config |
| 127 | + mark.defaultUrl and mark.darkModeUrl. |
| 128 | + Signed-off-by: Abby Hu <[email protected]> |
| 129 | + |
| 130 | + * Overview Header Logo Configuration |
| 131 | + Make logo for opensearch dashboard overview header logo be configurable. |
| 132 | + Use |
| 133 | + config mark.defaultUrl and mark.darkModeUrl. |
| 134 | + Signed-off-by: Abby Hu <[email protected]> |
| 135 | + |
| 136 | + * Redirect URL not allowed |
| 137 | + Add an addtional parameter to the checkUrlValid function |
| 138 | + so that max redirect |
| 139 | + count is 0. We do not allow URLs that |
| 140 | + can be redirected because of potential |
| 141 | + security issues. |
| 142 | + Signed-off-by: Abby Hu <[email protected]> |
| 143 | + |
| 144 | + * Store default opensearch branding asset folder |
| 145 | + Store the original opensearch branding logos in an asset folder, |
| 146 | + instead of |
| 147 | + making API calls. |
| 148 | + Signed-off-by: Abby Hu <[email protected]> |
| 149 | + |
| 150 | + * [Branding] handle comments from PR |
| 151 | + Handling the helper function rename and grammar issues. |
| 152 | + To avoid risk, we will not remove the duplicate code for 1.2 and |
| 153 | + everything |
| 154 | + related to those comments (ie function renames). |
| 155 | + That will be handled in 1.3. Here is the issue tracking it: |
| 156 | + https://github.com/opensearch-project/OpenSearch-Dashboards/issues/895 |
| 157 | + Signed-off-by: Kawika Avilla <[email protected]> |
| 158 | + Co-authored-by: Kawika Avilla <[email protected]> |
| 159 | + Backport PR: |
| 160 | + |
| 161 | + https://github.com/opensearch-project/OpenSearch-Dashboards/pull/897 |
| 162 | + Co-authored-by: Qingyang(Abby) Hu <[email protected]> |
| 163 | + |
| 164 | +* __Shorten Import Statements (#688) (#888)__ |
| 165 | + |
| 166 | + [Tommy Markley ](mailto:[email protected]) - Tue, 2 Nov 2021 16:06:38 -0700 |
| 167 | + |
| 168 | + |
| 169 | + Signed-off-by: Merwane Hamadi <[email protected]> |
| 170 | + |
| 171 | +* __[1.x] Add ARM build for re2 (#887) (#890)__ |
| 172 | + |
| 173 | + [Anan ](mailto:[email protected]) - Mon, 25 Oct 2021 21:10:53 -0700 |
| 174 | + |
| 175 | + |
| 176 | + In Timeline, we use node-re2 for the regular expressions specified by |
| 177 | + the end |
| 178 | + users. Currently, re2 doesn't have an ARM build and returns an |
| 179 | + error. To solve |
| 180 | + this issue, we create an linux-arm64-64.gz and store it. |
| 181 | + Issue Resolved: |
| 182 | + |
| 183 | + https://github.com/opensearch-project/OpenSearch-Dashboards/issues/660 |
| 184 | + Backport PR: |
| 185 | + |
| 186 | + https://github.com/opensearch-project/OpenSearch-Dashboards/pull/887 |
| 187 | + Signed-off-by: Anan Zhuang <[email protected]> |
| 188 | + |
| 189 | +* __[1.x][Purify] remove references to non-existent versions__ |
| 190 | + |
| 191 | + [Kawika Avilla ](mailto:[email protected]) - Fri, 22 Oct 2021 16:14:35 -0700 |
| 192 | + |
| 193 | + |
| 194 | + Remove references to versions of OpenSearch Dashboards that do not yet exist |
| 195 | + but carried over from the legacy application. |
| 196 | + |
| 197 | + Backport PR: |
| 198 | + https://github.com/opensearch-project/OpenSearch-Dashboards/pull/859 |
| 199 | + |
| 200 | + Signed-off-by: Kawika Avilla <[email protected]> |
| 201 | + |
| 202 | + |
| 203 | +* __[1.x] FreeBSD Node support (#884)__ |
| 204 | + |
| 205 | + [Anan ](mailto:[email protected]) - Thu, 21 Oct 2021 09:32:06 -0700 |
| 206 | + |
| 207 | + |
| 208 | + Backport PR: |
| 209 | + |
| 210 | + https://github.com/opensearch-project/OpenSearch-Dashboards/pull/678 |
| 211 | + Signed-off-by: hackacad <[email protected]> |
| 212 | + Co-authored-by: hackacad <[email protected]> |
| 213 | + |
| 214 | + |
0 commit comments