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

Update docs and config files - 1. #60

Merged
merged 22 commits into from
May 3, 2023
Merged

Update docs and config files - 1. #60

merged 22 commits into from
May 3, 2023

Conversation

terabytesoftw
Copy link
Member

Q A
Is bugfix?
New feature? ✔️
Breaks BC?

@what-the-diff
Copy link

what-the-diff bot commented Apr 27, 2023

PR Summary

  • Added Contributing Guide
    A new guide was added to help potential contributors better understand how to contribute to the project.
  • Updated README File
    Enhanced support and testing sections provide clearer instructions and guidance for users.
  • Created Testing Instructions Page
    A new page in the documentation folder has been added specifically for detailed testing instructions.

@codecov
Copy link

codecov bot commented Apr 27, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (cf3baa5) 100.00% compared to head (9b0286d) 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##              master       #60   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        53        53           
===========================================
  Files              2         2           
  Lines            144       144           
===========================================
  Hits             144       144           

see 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@terabytesoftw terabytesoftw changed the title Update docs 1. Update docs and config files - 1. Apr 27, 2023
@terabytesoftw terabytesoftw requested a review from a team April 28, 2023 11:38
@terabytesoftw terabytesoftw added the status:code review The pull request needs review. label Apr 28, 2023
docs/en/README.md Outdated Show resolved Hide resolved
docs/en/README.md Outdated Show resolved Hide resolved
/**
* Database schema required by yiisoft/cache db for SQLite.
*/
CREATE TABLE "cache" (
Copy link
Member

Choose a reason for hiding this comment

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

Do we need these considering that we have DbHelper?

Copy link
Member Author

Choose a reason for hiding this comment

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

They are in the documents as additional, they are not in the package as such.

README.md Outdated Show resolved Hide resolved
terabytesoftw and others added 2 commits May 1, 2023 03:47
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
@terabytesoftw terabytesoftw requested a review from a team May 1, 2023 07:54
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Copy link
Member

Choose a reason for hiding this comment

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

Need raw sql for drop table also.

Copy link
Member Author

Choose a reason for hiding this comment

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

@darkdef suggest removed because it is a bad practice, because you can mistakenly drop the table with data.

Copy link
Member

Choose a reason for hiding this comment

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

Its need for migrations.

Copy link
Member Author

Choose a reason for hiding this comment

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

We can add it in another PR.

terabytesoftw and others added 3 commits May 1, 2023 11:53
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
@terabytesoftw terabytesoftw requested a review from a team May 1, 2023 15:57
@terabytesoftw terabytesoftw merged commit 22abb9b into master May 3, 2023
78 checks passed
@terabytesoftw terabytesoftw deleted the update-docs-1 branch May 3, 2023 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:code review The pull request needs review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants