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

Event fixes, table updates on Releases page, new partner #2433

Merged
merged 9 commits into from
Nov 17, 2023
6 changes: 3 additions & 3 deletions _events/2023-1116-dev-officehours-dashboards.markdown
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
---
Expand Down
6 changes: 3 additions & 3 deletions _events/2023-1130-dev-officehours-dashboards.markdown
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
---
Expand Down
6 changes: 3 additions & 3 deletions _events/2023-1214-dev-officehours-dashboards.markdown
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
---
Expand Down
23 changes: 23 additions & 0 deletions _partners/linuxfabrik.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: 'Linuxfabrik'
name_long: 'Linuxfabrik'
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.'
business_type: 'Consultancy, Consulting, ISV, Managed Services, Product/Technology, Professional Services, Services, Service Provider, System Integrator, Technology, Training'
region: 'Europe (DACH)'
contact: '[email protected], 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'
---
6 changes: 6 additions & 0 deletions _sass/_fullwidth-with-breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
11 changes: 6 additions & 5 deletions _sass/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,30 +53,31 @@
> 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;
}
}
}
> 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;
font-style: normal;
font-weight: 400;
line-height: 48px;
padding: 10px 12px;
border-bottom: 1px solid $primary-deep-blue-sea-t3;
}
}
}
Expand Down
1 change: 1 addition & 0 deletions assets/media/partners/linuxfabrik/linuxfabrik_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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}