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

Sync master and 2201.10.x branch #5611

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
72e7d25
Merge pull request #5587 from ballerina-platform/2201.10.0-stage
LakshanWeerasinghe Aug 15, 2024
82c5115
Add client invocation tip for SSE server
TharmiganK Aug 21, 2024
373cf53
Skip project api tests from release workflow
azinneera Aug 21, 2024
68cb388
Merge pull request #5602 from ballerina-platform/azinneera-patch-1
Dilhasha Aug 21, 2024
1475255
Update update-tool version
LakshanWeerasinghe Aug 22, 2024
9c1d9ff
Merge pull request #5606 from LakshanWeerasinghe/update-tool
keizer619 Aug 22, 2024
d79e4d0
Update gradle.properties
LakshanWeerasinghe Aug 22, 2024
94eee1b
Merge pull request #5610 from ballerina-platform/2201.10.0-stage
LakshanWeerasinghe Aug 23, 2024
5aeecff
Use central prod token for project api tests
gayaldassanayake Aug 16, 2024
896fee2
Push tools before pulling and testing
gayaldassanayake Aug 14, 2024
3628a12
Move BuildNewCommandTest to project api
gayaldassanayake Aug 21, 2024
037ed31
Merge pull request #5596 from ballerina-platform/update-sse-bbe-10-x
TharmiganK Aug 26, 2024
0b143ae
Merge pull request #5608 from gayaldassanayake/proj-api-tests-to-cent…
gayaldassanayake Aug 27, 2024
fc8ee73
Update project version to 2201.10.1
LakshanWeerasinghe Aug 27, 2024
37779c2
Merge pull request #5620 from LakshanWeerasinghe/u10.x
LakshanWeerasinghe Aug 28, 2024
99354d5
Reorganize examples landing page columns
MaryamZi Sep 9, 2024
1e0fb3a
Merge pull request #5633 from MaryamZi/2201.10.x
MaryamZi Sep 11, 2024
0bccb2e
Update Ballerina time version
ayeshLK Sep 12, 2024
e4a25d3
Update the artifact action version to v4
Nuvindu Sep 12, 2024
ea87397
Fix test and output verification for time-formatting and parsing bbe
ayeshLK Sep 13, 2024
4ccd3a1
Merge pull request #5645 from ayeshLK/2201.10.x-dev
ayeshLK Sep 13, 2024
f20e30d
Merge branch 'ballerina-platform:2201.10.x' into 2201.10.x
Nuvindu Sep 13, 2024
d76b0f1
Merge pull request #5641 from Nuvindu/2201.10.x
HindujaB Sep 13, 2024
3d95563
Update the download artifact action version to v4
Nuvindu Sep 13, 2024
863985c
Merge pull request #5649 from Nuvindu/2201.10.x
Nuvindu Sep 13, 2024
0ef5fc1
Fix reference link in json type BBE
SasinduDilshara Sep 11, 2024
fcd131b
Fix the udt to json reference link in json type be
SasinduDilshara Sep 11, 2024
1c651ae
Merge pull request #5655 from SasinduDilshara/fix_9348_10.x
MaryamZi Sep 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ jobs:
packageUser: ${{ github.actor }}
packagePAT: ${{ secrets.GITHUB_TOKEN }}
devCentralToken: ${{ secrets.BALLERINA_CENTRAL_DEV_ACCESS_TOKEN }}
prodCentralToken: ${{ secrets.BALLERINA_CENTRAL_ACCESS_TOKEN }}
githubAccessToken: ${{ secrets.GITHUB_TOKEN }}
ballerinaBotWorkflow: $ {{ secrets.BALLERINA_BOT_WORKFLOW }}
TEST_MODE_ACTIVE: true
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,11 @@ jobs:
packageUser: ${{ secrets.BALLERINA_BOT_USERNAME }}
packagePAT: ${{ secrets.BALLERINA_BOT_TOKEN }}
devCentralToken: ${{ secrets.BALLERINA_CENTRAL_DEV_ACCESS_TOKEN }}
prodCentralToken: ${{ secrets.BALLERINA_CENTRAL_ACCESS_TOKEN }}
githubAccessToken: ${{ secrets.GITHUB_TOKEN }}
ballerinaBotWorkflow: $ {{ secrets.BALLERINA_BOT_WORKFLOW }}
run: |
./gradlew build -Pversion=${VERSION}
./gradlew build -x project-api-tests:test -Pversion=${VERSION}
./gradlew release -Prelease.useAutomaticVersion=true -x test
- name: Checkout docker repo
uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions ballerina-test-automation/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swan-lake-latest-version=swan-lake-2201.10.0
swan-lake-latest-version=swan-lake-2201.10.1
swan-lake-latest-spec-version=2024R1
swan-lake-latest-version-display-text=2201.10.0
swan-lake-latest-tool-version=1.4.2
latest-tool-version=1.4.2
swan-lake-latest-version-display-text=2201.10.1
swan-lake-latest-tool-version=1.4.3
latest-tool-version=1.4.3
1-x-channel-latest-version=1.2.13
1-x-channel-latest-spec-version=2020R1

This file was deleted.

Loading
Loading