Skip to content

Commit

Permalink
Merge pull request #942 from ballerina-platform/fix-workflows
Browse files Browse the repository at this point in the history
Change mention of ballerina-standard-library to new name
  • Loading branch information
niveathika committed May 3, 2024
2 parents c905e68 + 0656e3f commit 6d83161
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-timestamped-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/build-with-bal-test-graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/central-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/process-load-test-result.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion .github/workflows/trigger-load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

Expand Down
2 changes: 1 addition & 1 deletion ballerina/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
60 changes: 30 additions & 30 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,106 +14,106 @@ 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.
- Select functionality for VArrays and Object Types.
- 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)
2 changes: 1 addition & 1 deletion docs/proposals/BFile-type-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/proposals/default-username-for-client-connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6d83161

Please sign in to comment.