From 0656e3fe829503f4b4ef24621a5ed0453d2510aa Mon Sep 17 00:00:00 2001 From: Niveathika Date: Fri, 3 May 2024 02:12:32 +0000 Subject: [PATCH] Change mention of ballerina-standard-library to new name --- .../workflows/build-timestamped-master.yml | 2 +- .../workflows/build-with-bal-test-graalvm.yml | 2 +- .github/workflows/central-publish.yml | 2 +- .../workflows/process-load-test-result.yml | 2 +- .github/workflows/publish-release.yml | 2 +- .github/workflows/pull-request.yml | 2 +- .github/workflows/trigger-load-tests.yml | 2 +- .github/workflows/trivy-scan.yml | 2 +- README.md | 4 +- ballerina/Package.md | 2 +- changelog.md | 60 +++++++++---------- docs/proposals/BFile-type-support.md | 2 +- ...default-username-for-client-connections.md | 2 +- docs/spec/spec.md | 2 +- 14 files changed, 44 insertions(+), 44 deletions(-) diff --git a/.github/workflows/build-timestamped-master.yml b/.github/workflows/build-timestamped-master.yml index b368115a..ba56f3be 100644 --- a/.github/workflows/build-timestamped-master.yml +++ b/.github/workflows/build-timestamped-master.yml @@ -16,5 +16,5 @@ jobs: call_workflow: name: Run Build Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-timestamp-master-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/build-timestamp-master-template.yml@main secrets: inherit diff --git a/.github/workflows/build-with-bal-test-graalvm.yml b/.github/workflows/build-with-bal-test-graalvm.yml index 41951cb5..aced9a41 100644 --- a/.github/workflows/build-with-bal-test-graalvm.yml +++ b/.github/workflows/build-with-bal-test-graalvm.yml @@ -30,7 +30,7 @@ jobs: call_stdlib_workflow: name: Run StdLib Workflow if: ${{ github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository_owner == 'ballerina-platform') }} - uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-with-bal-test-graalvm-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/build-with-bal-test-graalvm-template.yml@main with: lang_tag: ${{ inputs.lang_tag }} lang_version: ${{ inputs.lang_version }} diff --git a/.github/workflows/central-publish.yml b/.github/workflows/central-publish.yml index c0bd478b..11922b55 100644 --- a/.github/workflows/central-publish.yml +++ b/.github/workflows/central-publish.yml @@ -15,7 +15,7 @@ jobs: call_workflow: name: Run Central Publish Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-standard-library/.github/workflows/central-publish-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/central-publish-template.yml@main secrets: inherit with: environment: ${{ github.event.inputs.environment }} diff --git a/.github/workflows/process-load-test-result.yml b/.github/workflows/process-load-test-result.yml index 84d32b25..7b2c6651 100644 --- a/.github/workflows/process-load-test-result.yml +++ b/.github/workflows/process-load-test-result.yml @@ -6,7 +6,7 @@ on: jobs: call_stdlib_process_load_test_results_workflow: name: Run StdLib Process Load Test Results Workflow - uses: ballerina-platform/ballerina-standard-library/.github/workflows/process-load-test-results-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/process-load-test-results-template.yml@main with: results: ${{ toJson(github.event.client_payload.results) }} secrets: diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index facdfa0a..5e4f8cb7 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -9,7 +9,7 @@ jobs: call_workflow: name: Run Release Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-standard-library/.github/workflows/release-package-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/release-package-template.yml@main secrets: inherit with: package-name: oracledb diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index a9ec9557..c717ff55 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -10,7 +10,7 @@ jobs: call_workflow: name: Run PR Build Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-standard-library/.github/workflows/pull-request-build-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/pull-request-build-template.yml@main secrets: inherit with: additional-windows-test-flags: "-x test" diff --git a/.github/workflows/trigger-load-tests.yml b/.github/workflows/trigger-load-tests.yml index 80f2afc8..ed71574c 100644 --- a/.github/workflows/trigger-load-tests.yml +++ b/.github/workflows/trigger-load-tests.yml @@ -22,7 +22,7 @@ jobs: call_stdlib_trigger_load_test_workflow: name: Run StdLib Load Test Workflow if: ${{ github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository_owner == 'ballerina-platform') }} - uses: ballerina-platform/ballerina-standard-library/.github/workflows/trigger-load-tests-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/trigger-load-tests-template.yml@main with: repo_name: 'module-ballerinax-oracledb' runtime_artifacts_url: 'https://api.github.com/repos/ballerina-platform/module-ballerinax-oracledb/actions/artifacts' diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index e6251033..c02c8ff4 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -9,5 +9,5 @@ jobs: call_workflow: name: Run Trivy Scan Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-standard-library/.github/workflows/trivy-scan-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/trivy-scan-template.yml@main secrets: inherit diff --git a/README.md b/README.md index cd8b3dd0..f7ad9649 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Ballerina OracleDB Library [![Trivy](https://github.com/ballerina-platform/module-ballerinax-oracledb/actions/workflows/trivy-scan.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-oracledb/actions/workflows/trivy-scan.yml) [![GraalVM Check](https://github.com/ballerina-platform/module-ballerinax-oracledb/actions/workflows/build-with-bal-test-graalvm.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-oracledb/actions/workflows/build-with-bal-test-graalvm.yml) [![GitHub Last Commit](https://img.shields.io/github/last-commit/ballerina-platform/module-ballerinax-oracledb.svg)](https://github.com/ballerina-platform/module-ballerinax-oracledb/commits/main) - [![GitHub issues](https://img.shields.io/github/issues/ballerina-platform/ballerina-standard-library/module/oracledb.svg?label=Open%20Issues)](https://github.com/ballerina-platform/ballerina-standard-library/labels/module%2Foracledb) + [![GitHub issues](https://img.shields.io/github/issues/ballerina-platform/ballerina-library/module/oracledb.svg?label=Open%20Issues)](https://github.com/ballerina-platform/ballerina-library/labels/module%2Foracledb) This library provides the functionality required to access and manipulate data stored in an Oracle database. @@ -551,7 +551,7 @@ Varray charVarray = { name:"CharArrayType", elements: charArray }; ## Issues and projects -Issues and Projects tabs are disabled for this repository as this is part of the Ballerina standard library. To report bugs, request new features, start new discussions, view project boards, etc. please visit Ballerina Standard Library [parent repository](https://github.com/ballerina-platform/ballerina-standard-library). +Issues and Projects tabs are disabled for this repository as this is part of the Ballerina standard library. To report bugs, request new features, start new discussions, view project boards, etc. please visit Ballerina Standard Library [parent repository](https://github.com/ballerina-platform/ballerina-library). This repository only contains the source code for the package. diff --git a/ballerina/Package.md b/ballerina/Package.md index 91ef520b..19bac308 100644 --- a/ballerina/Package.md +++ b/ballerina/Package.md @@ -545,7 +545,7 @@ Varray charVarray = { name:"CharArrayType", elements: charArray }; ## Report issues -To report bugs, request new features, start new discussions, view project boards, etc., go to the [Ballerina standard library parent repository](https://github.com/ballerina-platform/ballerina-standard-library) +To report bugs, request new features, start new discussions, view project boards, etc., go to the [Ballerina standard library parent repository](https://github.com/ballerina-platform/ballerina-library) ## Useful links - Chat live with us via our [Discord server](https://discord.gg/ballerinalang). diff --git a/changelog.md b/changelog.md index fc9a69dc..9e0c662f 100644 --- a/changelog.md +++ b/changelog.md @@ -14,101 +14,101 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.10.0] - 2023-06-30 ### Added -- [Add compiler plugin validation to validate spread-field config initialization](https://github.com/ballerina-platform/ballerina-standard-library/issues/4594) +- [Add compiler plugin validation to validate spread-field config initialization](https://github.com/ballerina-platform/ballerina-library/issues/4594) ### Changed -- [Support retrieval of enum types](https://github.com/ballerina-platform/ballerina-standard-library/issues/4588) +- [Support retrieval of enum types](https://github.com/ballerina-platform/ballerina-library/issues/4588) ## [1.7.0] - 2023-02-20 ### Changed -- [Remove SQL_901 diagnostic hint](https://github.com/ballerina-platform/ballerina-standard-library/issues/3609) -- [Enable non-Hikari logs](https://github.com/ballerina-platform/ballerina-standard-library/issues/3763) -- [Improve API docs based on Best practices](https://github.com/ballerina-platform/ballerina-standard-library/issues/3857) +- [Remove SQL_901 diagnostic hint](https://github.com/ballerina-platform/ballerina-library/issues/3609) +- [Enable non-Hikari logs](https://github.com/ballerina-platform/ballerina-library/issues/3763) +- [Improve API docs based on Best practices](https://github.com/ballerina-platform/ballerina-library/issues/3857) ## [1.6.2] - 2023-02-09 ### Changed -- [Improve API docs based on Best practices](https://github.com/ballerina-platform/ballerina-standard-library/issues/3857) -- [Fix compiler plugin failure when the diagnostic code is null](https://github.com/ballerina-platform/ballerina-standard-library/issues/4054) +- [Improve API docs based on Best practices](https://github.com/ballerina-platform/ballerina-library/issues/3857) +- [Fix compiler plugin failure when the diagnostic code is null](https://github.com/ballerina-platform/ballerina-library/issues/4054) ## [1.6.1] - 2022-12-01 ### Changed -- [Updated API Docs on `oracledb.driver` usages](https://github.com/ballerina-platform/ballerina-standard-library/issues/3710) +- [Updated API Docs on `oracledb.driver` usages](https://github.com/ballerina-platform/ballerina-library/issues/3710) ## [1.6.0] - 2022-11-29 ### Added -- [Support for XA transaction](https://github.com/ballerina-platform/ballerina-standard-library/issues/3599) +- [Support for XA transaction](https://github.com/ballerina-platform/ballerina-library/issues/3599) ### Changed -- [Updated API Docs](https://github.com/ballerina-platform/ballerina-standard-library/issues/3463) +- [Updated API Docs](https://github.com/ballerina-platform/ballerina-library/issues/3463) ## [1.5.1] - 2022-11-11 ### Added -- [Support for XA transaction](https://github.com/ballerina-platform/ballerina-standard-library/issues/3599) +- [Support for XA transaction](https://github.com/ballerina-platform/ballerina-library/issues/3599) ## [1.5.0] - 2022-09-08 ### Changed -- [Change default username for client initialization to `sys`](https://github.com/ballerina-platform/ballerina-standard-library/issues/2397) +- [Change default username for client initialization to `sys`](https://github.com/ballerina-platform/ballerina-library/issues/2397) ## [1.4.2] - 2022-11-11 ### Added -- [Support for XA transaction](https://github.com/ballerina-platform/ballerina-standard-library/issues/3599) +- [Support for XA transaction](https://github.com/ballerina-platform/ballerina-library/issues/3599) ## [1.4.1] - 2022-06-27 ### Changed -- [Fix NullPointerException when retrieving record with default value](https://github.com/ballerina-platform/ballerina-standard-library/issues/2985) +- [Fix NullPointerException when retrieving record with default value](https://github.com/ballerina-platform/ballerina-library/issues/2985) ## [1.4.0] - 2022-05-30 ### Added -- [Improve DB columns to Ballerina record Mapping through Annotation](https://github.com/ballerina-platform/ballerina-standard-library/issues/2652) +- [Improve DB columns to Ballerina record Mapping through Annotation](https://github.com/ballerina-platform/ballerina-library/issues/2652) ### Changed -- [Fixed compiler plugin validation for `time` module constructs](https://github.com/ballerina-platform/ballerina-standard-library/issues/2893) -- [Fix incorrect code snippet in SQL api docs](https://github.com/ballerina-platform/ballerina-standard-library/issues/2931) +- [Fixed compiler plugin validation for `time` module constructs](https://github.com/ballerina-platform/ballerina-library/issues/2893) +- [Fix incorrect code snippet in SQL api docs](https://github.com/ballerina-platform/ballerina-library/issues/2931) ## [1.3.1] - 2022-03-01 ### Changed -- [Improve API documentation to reflect query usages](https://github.com/ballerina-platform/ballerina-standard-library/issues/2524) +- [Improve API documentation to reflect query usages](https://github.com/ballerina-platform/ballerina-library/issues/2524) ## [1.3.0] - 2022-01-29 ### Changed -- [Fix Compiler plugin crash when variable is passed for `sql:ConnectionPool` and `oracledb:Options`](https://github.com/ballerina-platform/ballerina-standard-library/issues/2536) +- [Fix Compiler plugin crash when variable is passed for `sql:ConnectionPool` and `oracledb:Options`](https://github.com/ballerina-platform/ballerina-library/issues/2536) ## [1.2.1] - 2022-02-03 ### Changed -- [Fix Compiler plugin crash when variable is passed for `sql:ConnectionPool` and `oracledb:Options`](https://github.com/ballerina-platform/ballerina-standard-library/issues/2536) +- [Fix Compiler plugin crash when variable is passed for `sql:ConnectionPool` and `oracledb:Options`](https://github.com/ballerina-platform/ballerina-library/issues/2536) ## [1.2.0] - 2021-12-13 ### Added -- [Tooling support for OracleDB module](https://github.com/ballerina-platform/ballerina-standard-library/issues/2283) +- [Tooling support for OracleDB module](https://github.com/ballerina-platform/ballerina-library/issues/2283) ## [1.1.0] - 2021-11-20 ### Changed -- [Change queryRow return type to anydata](https://github.com/ballerina-platform/ballerina-standard-library/issues/2390) -- [Make OutParameter get function parameter optional](https://github.com/ballerina-platform/ballerina-standard-library/issues/2388) +- [Change queryRow return type to anydata](https://github.com/ballerina-platform/ballerina-library/issues/2390) +- [Make OutParameter get function parameter optional](https://github.com/ballerina-platform/ballerina-library/issues/2388) ## [1.0.0] - 2021-10-09 ### Added -- [Add Nested Table support](https://github.com/ballerina-platform/ballerina-standard-library/issues/1665) -- [Add mix array type support](https://github.com/ballerina-platform/ballerina-standard-library/issues/1816) -- [Add Interval support](https://github.com/ballerina-platform/ballerina-standard-library/issues/1763) -- [Add SSL support](https://github.com/ballerina-platform/ballerina-standard-library/issues/1672) -- [Add support for queryRow](https://github.com/ballerina-platform/ballerina-standard-library/issues/1750) -- [Add xml data type support in oracledb module](https://github.com/ballerina-platform/ballerina-standard-library/issues/1695) +- [Add Nested Table support](https://github.com/ballerina-platform/ballerina-library/issues/1665) +- [Add mix array type support](https://github.com/ballerina-platform/ballerina-library/issues/1816) +- [Add Interval support](https://github.com/ballerina-platform/ballerina-library/issues/1763) +- [Add SSL support](https://github.com/ballerina-platform/ballerina-library/issues/1672) +- [Add support for queryRow](https://github.com/ballerina-platform/ballerina-library/issues/1750) +- [Add xml data type support in oracledb module](https://github.com/ballerina-platform/ballerina-library/issues/1695) - Basic CRUD functionalities with an Oracle database. - Insert functionality for complex data types. - Add code examples for oracle specific data types to Package.md. @@ -116,4 +116,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgrade ojdbc driver version from 12 to 19. ### Changed -- [Remove support for string parameter in SQL APIs](https://github.com/ballerina-platform/ballerina-standard-library/issues/2010) +- [Remove support for string parameter in SQL APIs](https://github.com/ballerina-platform/ballerina-library/issues/2010) diff --git a/docs/proposals/BFile-type-support.md b/docs/proposals/BFile-type-support.md index 5f34a499..f9919417 100644 --- a/docs/proposals/BFile-type-support.md +++ b/docs/proposals/BFile-type-support.md @@ -3,7 +3,7 @@ _Owners_: @daneshk @niveathika @lahirusamith _Reviewers_: @daneshk @niveathika _Created_: 2021/10/04 _Updated_: 2021/10/07 -_Issue_: [#1944](https://github.com/ballerina-platform/ballerina-standard-library/issues/1944) +_Issue_: [#1944](https://github.com/ballerina-platform/ballerina-library/issues/1944) ## Summary Add BFILE data type support to `oracledb` module. diff --git a/docs/proposals/default-username-for-client-connections.md b/docs/proposals/default-username-for-client-connections.md index 9e69c3b9..332e0a9c 100644 --- a/docs/proposals/default-username-for-client-connections.md +++ b/docs/proposals/default-username-for-client-connections.md @@ -5,7 +5,7 @@ _Reviewers_: @daneshk @niveathika _Created_: 2022/04/25 _Updated_: 2022/04/25 _Edition_: Swan Lake -_Issues_: [#2397](https://github.com/ballerina-platform/ballerina-standard-library/issues/2397) +_Issues_: [#2397](https://github.com/ballerina-platform/ballerina-library/issues/2397) ## Summary Define default username to be used when connecting to an Oracle database on client initialization. diff --git a/docs/spec/spec.md b/docs/spec/spec.md index 4f2b4c2d..190f38b7 100644 --- a/docs/spec/spec.md +++ b/docs/spec/spec.md @@ -12,7 +12,7 @@ This is the specification for the OracleDB standard library of [Ballerina langua The OracleDB library specification has evolved and may continue to evolve in the future. The released versions of the specification can be found under the relevant GitHub tag. - If you have any feedback or suggestions about the library, start a discussion via a [GitHub issue](https://github.com/ballerina-platform/ballerina-standard-library/issues) or in the [Discord server](https://discord.gg/ballerinalang). Based on the outcome of the discussion, the specification and implementation can be updated. Community feedback is always welcome. Any accepted proposal, which affects the specification is stored under `/docs/proposals`. Proposals under discussion can be found with the label `type/proposal` in GitHub. + If you have any feedback or suggestions about the library, start a discussion via a [GitHub issue](https://github.com/ballerina-platform/ballerina-library/issues) or in the [Discord server](https://discord.gg/ballerinalang). Based on the outcome of the discussion, the specification and implementation can be updated. Community feedback is always welcome. Any accepted proposal, which affects the specification is stored under `/docs/proposals`. Proposals under discussion can be found with the label `type/proposal` in GitHub. The conforming implementation of the specification is released to Ballerina Central. Any deviation from the specification is considered a bug.