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

Revamp build process, project structure and workflows #28

Merged
merged 4 commits into from
Feb 13, 2024

Conversation

RDPerera
Copy link
Member

@RDPerera RDPerera commented Feb 1, 2024

Purpose

This PR will fixes:ballerina-platform/ballerina-library#5973 with ,

  1. Integrate tests into the Build Process.
  2. Rename dir names to align with other Ballerina Tools.
  3. Remove redundant PR template.
  4. Implement workflows to PR build.
  5. Implement workflows to build with timestamped.
  6. Implement workflows to stale PR check.
  7. Update the current Release workflow with revamped build process.

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests
  • Updated the spec
  • Checked native-image compatibility

@RDPerera RDPerera requested a review from chathurace as a code owner February 1, 2024 05:56
@RDPerera RDPerera requested a review from niveathika February 1, 2024 05:57
@RDPerera RDPerera force-pushed the main branch 4 times, most recently from 0c80166 to b9596b2 Compare February 2, 2024 07:28
packageUser: ${{ github.actor }}
packagePAT: ${{ secrets.GITHUB_TOKEN }}
run: |
./gradlew fullbuild
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we use standard task names? ./gradlew build

Copy link
Member Author

@RDPerera RDPerera Feb 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed with b20f978.

build.gradle Outdated
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2023, WSO2 LLC. (http://www.wso2.org) All Rights Reserved.
* Copyright (c) 2024, WSO2 LLC. (http://www.wso2.org) All Rights Reserved.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to change the license year for edited files.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, Changed with b20f978.

@niveathika niveathika merged commit 0c9da68 into ballerina-platform:main Feb 13, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants