Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
sm1990 committed Feb 29, 2024
2 parents 20d85be + c73efeb commit 3d0dab5
Show file tree
Hide file tree
Showing 525 changed files with 1,894 additions and 884 deletions.
29 changes: 27 additions & 2 deletions _data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"events": [
{
"date": "May 7-9, 2024",
"day": "Florida, USA",
"day": "",
"time": "",
"expire": "2024-05-10T00:00:00.0000-00:00",
"location": "",
"location": "Florida, USA",
"url": "https://wso2.com/wso2con/2024/",
"eventType": "WSO2Con 2024",
"eventName": "It's Time to Go Platformless!",
Expand All @@ -32,6 +32,31 @@
"videoURL": "",
"buttonText": "More info"
},
{
"date": "March 5-7, 2024",
"day": "Tue.",
"time": "",
"expire": "2024-03-08T00:00:00.0000-00:00",
"location": "Addis Ababa, Ethiopia",
"url": "https://connect.mosip.io/",
"eventType": "MOSIP Connect 2024",
"eventName": "WebSub as an Enabler: Facilitating Integration",
"presenters": [
{
"name": "Shafreen Anfar",
"designation": "Associate Director / Architect",
"twitter": "https://twitter.com/shafreen101"
},
{
"name": "Ayesh Almeida",
"designation": "Associate Technical Lead",
"twitter": "https://twitter.com/Ayesh363"
}
],
"otherInfo": "",
"videoURL": "",
"buttonText": "More info"
},
{
"date": "Feb 20, 2024",
"day": "Tue.",
Expand Down
38 changes: 19 additions & 19 deletions _data/swanlake-latest/metadata.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"version":"2201.8.4",
"short-version":"2201.8.4",
"display-version":"2201.8.4 (Swan Lake Update 8)",
"release-date":"2023-11-29",
"windows-installer":"ballerina-2201.8.4-swan-lake-windows-x64.msi",
"windows-installer-size":"178mb",
"linux-installer":"ballerina-2201.8.4-swan-lake-linux-x64.deb",
"linux-installer-size":"200mb",
"macos-installer":"ballerina-2201.8.4-swan-lake-macos-x64.pkg",
"macos-installer-size":"236mb",
"macos-arm-installer":"ballerina-2201.8.4-swan-lake-macos-arm-x64.pkg",
"macos-arm-installer-size":"235mb",
"rpm-installer":"ballerina-2201.8.4-swan-lake-linux-x64.rpm",
"rpm-installer-size":"238mb",
"other-artefacts":[
"ballerina-2201.8.4-swan-lake.zip"
],
"api-docs":"ballerina-api-docs-2201.8.4.zip",
"release-notes":"ballerina-release-notes-2201.8.4.md"
"version": "2201.8.5",
"short-version": "2201.8.5",
"display-version": "2201.8.5 (Swan Lake Update 8)",
"release-date": "2024-02-23",
"windows-installer": "ballerina-2201.8.5-swan-lake-windows-x64.msi",
"windows-installer-size": "179mb",
"linux-installer": "ballerina-2201.8.5-swan-lake-linux-x64.deb",
"linux-installer-size": "200mb",
"macos-installer": "ballerina-2201.8.5-swan-lake-macos-x64.pkg",
"macos-installer-size": "236mb",
"macos-arm-installer": "ballerina-2201.8.5-swan-lake-macos-arm-x64.pkg",
"macos-arm-installer-size": "236mb",
"rpm-installer": "ballerina-2201.8.5-swan-lake-linux-x64.rpm",
"rpm-installer-size": "238mb",
"other-artefacts": [
"ballerina-2201.8.5-swan-lake.zip"
],
"api-docs": "ballerina-api-docs-2201.8.5.zip",
"release-notes": "ballerina-release-notes-2201.8.5.md"
}
21 changes: 21 additions & 0 deletions _data/swanlake_release_notes_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1219,5 +1219,26 @@
],
"api-docs":"ballerina-api-docs-2201.8.3.zip",
"release-notes":"ballerina-release-notes-2201.8.3.md"
},
{
"version":"2201.8.4",
"short-version":"2201.8.4",
"display-version":"2201.8.4 (Swan Lake Update 8)",
"release-date":"2023-11-29",
"windows-installer":"ballerina-2201.8.4-swan-lake-windows-x64.msi",
"windows-installer-size":"178mb",
"linux-installer":"ballerina-2201.8.4-swan-lake-linux-x64.deb",
"linux-installer-size":"200mb",
"macos-installer":"ballerina-2201.8.4-swan-lake-macos-x64.pkg",
"macos-installer-size":"236mb",
"macos-arm-installer":"ballerina-2201.8.4-swan-lake-macos-arm-x64.pkg",
"macos-arm-installer-size":"235mb",
"rpm-installer":"ballerina-2201.8.4-swan-lake-linux-x64.rpm",
"rpm-installer-size":"238mb",
"other-artefacts":[
"ballerina-2201.8.4-swan-lake.zip"
],
"api-docs":"ballerina-api-docs-2201.8.4.zip",
"release-notes":"ballerina-release-notes-2201.8.4.md"
}
]
127 changes: 127 additions & 0 deletions community/newsletter/2024-1.md

Large diffs are not rendered by default.

33 changes: 27 additions & 6 deletions components/common/upcoming-events/UpcomingEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ export default function UpcomingEvents() {
<Col sm={12} md={2} className={styles.eventDateContainer}>
<p className={`${styles.eventDate} ${styles.eventDateNum}`}>{item.date}</p>
{
item.day && item.time ?
<p className={styles.eventDate}>{item.day}, {item.time}</p>
: item.day && !item.time ?
item.day && item.time ?
<p className={styles.eventDate}>{item.day}, {item.time}</p>
: item.day && !item.time ?
<p className={styles.eventDate}>{item.day}</p>
: null
: null
}
<p className="eventLocation">{item.location}</p>
</Col>
Expand All @@ -74,8 +74,29 @@ export default function UpcomingEvents() {
</a>
<h5>{item.eventName}</h5>
{
(item.presenter !== '') ?
<><a target="_blank" rel="noreferrer" href={item.presenterTwitter}>{item.presenter}</a>{item.presenterDesignation ? <>, {item.presenterDesignation}</>: null }</>
item.presenters && item.presenters.length > 0 ?
<>
{
item.presenters.map((presenter, index) => {
return (
<React.Fragment key={index}>
<a target="_blank" rel="noreferrer" href={presenter.twitter}>{presenter.name}</a>{presenter.designation ? <> - {presenter.designation}</> : null}
{
index + 1 < item.presenters.length ?
<>, </>
: null
}
</React.Fragment>
)
}
)
}
</>
: null
}
{
(item.presenter && item.presenter !== '') ?
<><a target="_blank" rel="noreferrer" href={item.presenterTwitter}>{item.presenter}</a>{item.presenterDesignation ? <>, {item.presenterDesignation}</> : null}</>
: <>{item.otherInfo}</>
}
</Col>
Expand Down
31 changes: 26 additions & 5 deletions components/community/events/past-events/PastEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function PastEvents() {
{
pastEvents.map((item, index) => {

const eventDate = new Date(item.expire);
let eventDate = new Date(item.expire);
// Deduct 1 day
eventDate.setDate(eventDate.getDate() - 1);

Expand All @@ -69,10 +69,31 @@ export default function PastEvents() {
</a>
<h5>{item.eventName}</h5>
{
(item.presenter !== '') ?
<><a target="_blank" rel="noreferrer" href={item.presenterTwitter}>{item.presenter}</a>{item.presenterDesignation ? <>, {item.presenterDesignation}</>: null }</>
: <>{item.otherInfo}</>
}
item.presenters && item.presenters.length > 0 ?
<>
{
item.presenters.map((presenter, index) => {
return (
<React.Fragment key={index}>
<a target="_blank" rel="noreferrer" href={presenter.twitter}>{presenter.name}</a>{presenter.designation ? <> - {presenter.designation}</> : null}
{
index + 1 < item.presenters.length ?
<>, </>
: null
}
</React.Fragment>
)
}
)
}
</>
: null
}
{
(item.presenter && item.presenter !== '') ?
<><a target="_blank" rel="noreferrer" href={item.presenterTwitter}>{item.presenter}</a>{item.presenterDesignation ? <>, {item.presenterDesignation}</> : null}</>
: <>{item.otherInfo}</>
}
</Col>
<Col sm={12} md={3} className={styles.eventURL}>
<a className={styles.eventRegistration} href={(item.videoURL !== '') ? item.videoURL : item.url} target="_blank" rel="noreferrer">{item.buttonText}</a>
Expand Down
2 changes: 1 addition & 1 deletion components/community/join-us/JoinUs.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default function JoinUs(props) {
<Card.Body>
<Card.Text className='text-center mt-3'>
<div className={styles.join} title="Stackoverflow">
Get your questions answered
Ask, answer, and learn
</div>
</Card.Text>
</Card.Body>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
layout: ballerina-left-nav-release-notes
title: Swan Lake Update 8 (2201.8.5)
permalink: /downloads/swan-lake-release-notes/2201.8.5/
active: 2201.8.5
---

## Overview of Ballerina Swan Lake Update 8 (2201.8.5)

<em>Swan Lake Update 8 (2201.8.5) is the fifth patch release of Ballerina 2201.8.0 (Swan Lake Update 8) and it includes a new set of bug fixes to the runtime and developer tooling.</em>

## Update Ballerina

Run the command below to update your current Ballerina installation directly to 2201.8.5 by using the [Ballerina Update Tool](/learn/update-tool/) as follows.

```
$ bal dist pull 2201.8.5
```

## Install Ballerina

If you have not installed Ballerina, download the [installers](/downloads/#swanlake) to install.

## Ballerina library updates

### New features

#### `graphql` package

- Added support for generating compile time schema for default parameters.
- Added support for generating GraphQL schema for local service variable declaration.
- Added support for GraphQL server-side caching.

### Bug fixes

To view bug fixes, see the [GitHub milestone for 2201.8.5 (Swan Lake)](https://github.com/ballerina-platform/ballerina-library/issues?q=is%3Aissue+label%3AType%2FBug+is%3Aclosed+milestone%3A2201.8.5).

## Developer tools updates

### Bug fixes

To view bug fixes, see the GitHub milestone for 2201.8.5 (Swan Lake) of the repositories below.

- [OpenAPI](https://github.com/ballerina-platform/ballerina-library/issues?q=label%3Amodule%2Fopenapi-tools+milestone%3A2201.8.5+is%3Aclosed)
4 changes: 2 additions & 2 deletions pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export default function Document() {
<meta charSet="utf-8" />
<meta name="author" content="WSO2 LLC"/>

<meta HTTP-EQUIV='X-Frame-Options' CONTENT="SAMEORIGIN"/>
<meta HTTP-EQUIV='Content-Security-Policy' CONTENT="frame-ancestors 'none';"/>
<meta httpEquiv='X-Frame-Options' content="SAMEORIGIN"/>
<meta httpEquiv='Content-Security-Policy' content="frame-ancestors 'none';"/>

<link rel="shortcut icon" href={`${prefix}/images/favicon.ico`}></link>

Expand Down
2 changes: 1 addition & 1 deletion pages/community/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function Community() {
<Col xs={12} md={12} lg={6}>
<h1>Community</h1>
<p style={{ fontSize: "24px", fontWeight: "400", color: "#20b6b0", marginTop: "40px" }}>Welcome to the Ballerina community! Use the below channels to ask questions, find answers, post feedback, and help establish Ballerina as a truly community-owned resource.</p>
<a href="#join-with-us" className="join">
<a href="#join-us" className="join">
Join our community
</a>
</Col>
Expand Down

0 comments on commit 3d0dab5

Please sign in to comment.