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

Add Readme file #5

Merged
merged 10 commits into from
Mar 13, 2024
Merged

Conversation

dinukaamarasinghe817
Copy link
Contributor

@dinukaamarasinghe817 dinukaamarasinghe817 commented Mar 12, 2024

Purpose

Fixes: ballerina-platform/ballerina-library#6136

Examples

Checklist

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

Copy link

codecov bot commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.59%. Comparing base (47e4945) to head (d0f8a04).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main       #5   +/-   ##
=========================================
  Coverage     86.59%   86.59%           
  Complexity        9        9           
=========================================
  Files             7        7           
  Lines           649      649           
  Branches        381      381           
=========================================
  Hits            562      562           
  Misses           84       84           
  Partials          3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@daneshk
Copy link
Member

daneshk commented Mar 12, 2024

Add code owners to this repo

@dinukaamarasinghe817
Copy link
Contributor Author

dinukaamarasinghe817 commented Mar 13, 2024

Add code owners to this repo

This was addressed in 6dd6600

README.md Outdated Show resolved Hide resolved
docs/spec/spec.md Outdated Show resolved Hide resolved
# See: https://help.github.com/articles/about-codeowners/

# These owners will be the default owners for everything in the repo.
* @daneshk @niveathika @dinukaamarasinghe817

Choose a reason for hiding this comment

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

I don't think we can have @dinukaamarasinghe817 as a code owner as he is not a commiter of this repo yet :) Thats why Github is also indicating an error in here.

Suggested change
* @daneshk @niveathika @dinukaamarasinghe817
* @daneshk @niveathika @dinukaamarasinghe817

Copy link
Contributor Author

@dinukaamarasinghe817 dinukaamarasinghe817 Mar 13, 2024

Choose a reason for hiding this comment

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

I think It shows the same error for @daneshk and @niveathika as well.

Choose a reason for hiding this comment

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

This is what I'm seeing 🤔 Is it different for you?

Screenshot 2024-03-13 at 09 05 39

Copy link
Contributor Author

Choose a reason for hiding this comment

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

After removing @dinukaamarasinghe817 from CODEOWNERS I get this.

image

For example, It says Unknown owner: make sure @daneshk exists and has write access to the repository when I hover over the error.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This might be because I'm checking this in my forked repository. I'll send a PR to see if it's work in ballerina-platform/module-ballerinax-persist.redis repository

@daneshk daneshk merged commit e02cdd5 into ballerina-platform:main Mar 13, 2024
7 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.

Add connection URI support for Redis DB config in bal persist
3 participants