From 0a5ded1f5fc2cf2f48de3e54a12cae1da9864273 Mon Sep 17 00:00:00 2001 From: Aaron Stephanus Date: Tue, 14 Nov 2023 11:15:17 -0600 Subject: [PATCH 1/6] Updates table styles and usage on releases page Signed-off-by: Aaron Stephanus --- _sass/_fullwidth-with-breadcrumbs.scss | 6 ++++++ _sass/_tables.scss | 10 +++++----- releases.md | 3 --- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/_sass/_fullwidth-with-breadcrumbs.scss b/_sass/_fullwidth-with-breadcrumbs.scss index 22fe952e56..e0d195ca3e 100644 --- a/_sass/_fullwidth-with-breadcrumbs.scss +++ b/_sass/_fullwidth-with-breadcrumbs.scss @@ -135,6 +135,12 @@ > ol { padding-left: 0; } + table { + @extend .basic-data-table; + &.data-table__half-width { + @extend .data-table__half-width; + } + } > .principles-for-development { @include page-element-padding; > div { diff --git a/_sass/_tables.scss b/_sass/_tables.scss index 0fb02f9995..0edcbe6bac 100644 --- a/_sass/_tables.scss +++ b/_sass/_tables.scss @@ -53,14 +53,14 @@ > thead { > tr { > th { - background-color: #fff; - border-left: 4px solid $primary-open-sky-s2; + border-left: 3px solid $primary-open-sky-s2; + background: $primary-pacific-sky-t3; font-family: 'Open Sans Condensed'; font-size: 21px; font-style: normal; font-weight: 700; line-height: normal; - color: $primary-pacific-blue-s3; + color: $primary-open-sky-s3; padding: 10px 12px; } } @@ -68,8 +68,8 @@ > tbody { > tr { > td { - background-color: $primary-pacific-sky-t3; - border-left: 4px solid $primary-open-sky-s2; + background-color: #fff; + border-left: 3px solid $primary-open-sky-s2; color: $secondary-sanfrancisco-fog-s5; font-family: 'Open Sans'; font-size: 18px; diff --git a/releases.md b/releases.md index 56d16ed348..997abc9967 100644 --- a/releases.md +++ b/releases.md @@ -31,7 +31,6 @@ Note: We have not added a major release to the 2023 schedule yet. If/when we a | 2.11.1 | November 14th | November 21st | | 1.3.14 | December 5th | December 12th | | 2.12.0 | January 9th, 2024 | January 23rd, 2024 | -{: .data-table__bold-first-column} OpenSearch [follows semver](https://opensearch.org/blog/technical-post/2021/08/what-is-semver/), which means we will only release breaking changes in major versions. All minor versions are compatible with every other minor version for that major. For example, 1.2.0 will work with 1.3.2, 1.4.1, etc, but may not work with 2.0. @@ -60,7 +59,6 @@ The software maintainers will not back-port fixes or features to versions outsid |:--------------|:---------------------|:------------|:----------------|:-------------------------|:----------------------- | | 1 | 1.3.x | Maintenance | July 12, 2021 | May 26, 2022 | GA release of 3.0. | | 2 | 2.0.0 | Current | May 26, 2022 | N/A | N/A | -{: .data-table__bold-first-two-columns} *Note that the length of the maintenance window is an estimated minimum and the project may, at its discretion, extend it _to a later_ date @@ -107,4 +105,3 @@ The software maintainers will not back-port fixes or features to versions outsid | September 6th, 2023 | Updated 2.10 date | 8 hour github outage last night - moving to accomodate a few final fixes | | September 11th, 2023 | Link to RELEASING.md | updated link from proposal to releasing documentation | | September 29th, 2023 | Updated 2.11 date | Per discussion [in this issue](https://github.com/opensearch-project/opensearch-build/issues/3955) | -{: .data-table__use-case-styles} From 34df694b1258f05d1c2cd36af8b131d78559563a Mon Sep 17 00:00:00 2001 From: Markus Frei Date: Thu, 16 Nov 2023 10:40:42 +0100 Subject: [PATCH 2/6] Add Linuxfabrik to partner section Signed-off-by: Markus Frei --- _partners/linuxfabrik.md | 23 +++++++++++++++++++ .../partners/linuxfabrik/linuxfabrik_logo.svg | 1 + 2 files changed, 24 insertions(+) create mode 100644 _partners/linuxfabrik.md create mode 100644 assets/media/partners/linuxfabrik/linuxfabrik_logo.svg diff --git a/_partners/linuxfabrik.md b/_partners/linuxfabrik.md new file mode 100644 index 0000000000..4a7cb770f8 --- /dev/null +++ b/_partners/linuxfabrik.md @@ -0,0 +1,23 @@ +--- +name: 'Linuxfabrik' +name_long: 'Linuxfabrik' +logo: '/assets/media/partners/linuxfabrik_logo.svg' +link: 'https://www.linuxfabrik.ch/' +logo_large: '/assets/media/partners/linuxfabrik/linuxfabrik_logo.svg' +description: 'Linuxfabrik is your partner for Linux and Open Source from Zurich/Switzerland. We help companies with all aspects of Linux and Open Source software, from consulting to secure operation and maintenance. As part of our service and support models, we can help you with almost any Linux and Open Source need, including OpenSearch.' +business_type: 'Consultancy, Consulting, ISV, Managed Services, Product/Technology, Professional Services, Services, Service Provider, System Integrator, Technology, Training' +region: 'Europe (DACH)' +contact: 'info@linuxfabrik.ch, https://www.linuxfabrik.ch/en/about-us/contact/' +opensearch_tech: 'Alerting, Analytics, Authentication, Log Analytics, Log Management, Observability, Optimizations, Search, Security' +industries: 'All' +main_office_location: | + Linuxfabrik GmbH + Witikonerstrasse 15 + 8032 Zürich + Switzerland +social_links: + - url: 'https://twitter.com/Linuxfabrikgmbh' + icon: 'X' + - url: 'https://www.linkedin.com/company/linuxfabrik-gmbh' + icon: 'Linkedin' +--- diff --git a/assets/media/partners/linuxfabrik/linuxfabrik_logo.svg b/assets/media/partners/linuxfabrik/linuxfabrik_logo.svg new file mode 100644 index 0000000000..3b4a63f137 --- /dev/null +++ b/assets/media/partners/linuxfabrik/linuxfabrik_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file From 086ba0b634a3b54414ab3cdc65deedf74511fe5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Thu, 16 Nov 2023 09:49:49 -1000 Subject: [PATCH 3/6] Fix OpenSearch Dashboards Developer Office Hours MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The event was probably using the wrong time-zone information (probably due to daylight saving that recently changed). While here, ensure the join button was functional and fix its label. The event is passed, but it will hopefuly help if it is taken as a template to create a new event in the future. Signed-off-by: Romain Tartière --- _events/2023-1116-dev-officehours-dashboards.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_events/2023-1116-dev-officehours-dashboards.markdown b/_events/2023-1116-dev-officehours-dashboards.markdown index b4b577ebc4..4b60e2eccb 100644 --- a/_events/2023-1116-dev-officehours-dashboards.markdown +++ b/_events/2023-1116-dev-officehours-dashboards.markdown @@ -1,6 +1,6 @@ --- # put your event date and time (24 hr) here: -eventdate: 2023-11-16 10:00:00 -0700 +eventdate: 2023-11-16 10:00:00 -0800 # the UTC offset (https://en.wikipedia.org/wiki/UTC_offset): # the title - this is how it will show up in listing and headings on the site: title: OpenSearch Dashboards Developer Office Hours - 2023-11-16 @@ -9,9 +9,9 @@ online: true # This is for the sign up button signup: # the link URL - url: + url: https://forum.opensearch.org/t/opensearch-dashboards-developer-office-hours-2023-11-16/16310 # the button text - title: Join on Meetup + title: Join on Zoom # below this triple dash, describe your event. It should be 1-3 sentences --- From 7e1ce6fc53096927c18ab85153c87bd2fb89dc2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Thu, 16 Nov 2023 09:59:25 -1000 Subject: [PATCH 4/6] Fix upcomming OSD Developer Office Hours MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Similarly, fix upcomming events. Signed-off-by: Romain Tartière --- _events/2023-1130-dev-officehours-dashboards.markdown | 6 +++--- _events/2023-1214-dev-officehours-dashboards.markdown | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_events/2023-1130-dev-officehours-dashboards.markdown b/_events/2023-1130-dev-officehours-dashboards.markdown index 1802193bb4..68f9be64bc 100644 --- a/_events/2023-1130-dev-officehours-dashboards.markdown +++ b/_events/2023-1130-dev-officehours-dashboards.markdown @@ -1,6 +1,6 @@ --- # put your event date and time (24 hr) here: -eventdate: 2023-11-30 10:00:00 -0700 +eventdate: 2023-11-30 10:00:00 -0800 # the UTC offset (https://en.wikipedia.org/wiki/UTC_offset): # the title - this is how it will show up in listing and headings on the site: title: OpenSearch Dashboards Developer Office Hours - 2023-11-30 @@ -9,9 +9,9 @@ online: true # This is for the sign up button signup: # the link URL - url: + url: https://forum.opensearch.org/t/opensearch-dashboards-developer-office-hours-2023-11-30/16311 # the button text - title: Join on Meetup + title: Join on Zoom # below this triple dash, describe your event. It should be 1-3 sentences --- diff --git a/_events/2023-1214-dev-officehours-dashboards.markdown b/_events/2023-1214-dev-officehours-dashboards.markdown index 806fd454c4..f7b08bf767 100644 --- a/_events/2023-1214-dev-officehours-dashboards.markdown +++ b/_events/2023-1214-dev-officehours-dashboards.markdown @@ -1,6 +1,6 @@ --- # put your event date and time (24 hr) here: -eventdate: 2023-12-14 10:00:00 -0700 +eventdate: 2023-12-14 10:00:00 -0800 # the UTC offset (https://en.wikipedia.org/wiki/UTC_offset): # the title - this is how it will show up in listing and headings on the site: title: OpenSearch Dashboards Developer Office Hours - 2023-12-14 @@ -9,9 +9,9 @@ online: true # This is for the sign up button signup: # the link URL - url: + url: https://forum.opensearch.org/t/opensearch-dashboards-developer-office-hours-2023-12-14/16312 # the button text - title: Join on Meetup + title: Join on Zoom # below this triple dash, describe your event. It should be 1-3 sentences --- From a22d54acdbdb9bfd7d07f85395a1191b8e06100c Mon Sep 17 00:00:00 2001 From: Aaron Stephanus Date: Thu, 16 Nov 2023 16:15:09 -0600 Subject: [PATCH 5/6] Adds table row bottom border Signed-off-by: Aaron Stephanus --- _sass/_tables.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/_tables.scss b/_sass/_tables.scss index 0edcbe6bac..4168b8b72e 100644 --- a/_sass/_tables.scss +++ b/_sass/_tables.scss @@ -77,6 +77,7 @@ font-weight: 400; line-height: 48px; padding: 10px 12px; + border-bottom: 1px solid $primary-deep-blue-sea-t3; } } } From 8a7fe603c08f7554a92f71765f2380bf0cbe2982 Mon Sep 17 00:00:00 2001 From: Kris Freedain Date: Thu, 16 Nov 2023 15:13:28 -0800 Subject: [PATCH 6/6] Update linuxfabrik.md minor fix to file path in 'logo' field. Signed-off-by: Kris Freedain --- _partners/linuxfabrik.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_partners/linuxfabrik.md b/_partners/linuxfabrik.md index 4a7cb770f8..a1cdf4677e 100644 --- a/_partners/linuxfabrik.md +++ b/_partners/linuxfabrik.md @@ -1,7 +1,7 @@ --- name: 'Linuxfabrik' name_long: 'Linuxfabrik' -logo: '/assets/media/partners/linuxfabrik_logo.svg' +logo: '/assets/media/partners/linuxfabrik/linuxfabrik_logo.svg' link: 'https://www.linuxfabrik.ch/' logo_large: '/assets/media/partners/linuxfabrik/linuxfabrik_logo.svg' description: 'Linuxfabrik is your partner for Linux and Open Source from Zurich/Switzerland. We help companies with all aspects of Linux and Open Source software, from consulting to secure operation and maintenance. As part of our service and support models, we can help you with almost any Linux and Open Source need, including OpenSearch.'