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

[doc] Fix doc of missing DataStore.type: FILEDB #4809

Merged
merged 3 commits into from
Apr 1, 2024
Merged

Conversation

t-kikuc
Copy link
Member

@t-kikuc t-kikuc commented Mar 7, 2024

What this PR does / why we need it:

FILEDB was missed as datastore.type in the doc although it's supported.

FILEDB is defined here:

DataStoreFileDB DataStoreType = "FILEDB"

@t-kikuc t-kikuc enabled auto-merge (squash) March 7, 2024 06:51
Copy link

codecov bot commented Mar 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28.88%. Comparing base (51a49f9) to head (902f723).
Report is 35 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4809      +/-   ##
==========================================
- Coverage   30.62%   28.88%   -1.74%     
==========================================
  Files         227      317      +90     
  Lines       27207    40369   +13162     
==========================================
+ Hits         8331    11662    +3331     
- Misses      18216    27779    +9563     
- Partials      660      928     +268     

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

@t-kikuc t-kikuc changed the title Fix doc of missing DataStore.type: FILEDB [doc] Fix doc of missing DataStore.type: FILEDB Mar 7, 2024
ffjlabo
ffjlabo previously approved these changes Mar 15, 2024
@@ -31,7 +31,7 @@ spec:

| Field | Type | Description | Required |
|-|-|-|-|
| type | string | Which type of data store should be used. Can be one of the following values<br>`FIRESTORE`, `MYSQL`. | Yes |
| type | string | Which type of data store should be used. Can be one of the following values<br>`FIRESTORE`, `MYSQL`, `FILEDB`. | Yes |
Copy link
Member

Choose a reason for hiding this comment

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

Guys, this is an alpha feature so I don't really want to mention this directly on this page, wdyt?

Copy link
Member

Choose a reason for hiding this comment

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

If you guys still want to mention it somewhere, I think we can add a new line to this page
👉 https://pipecd.dev/docs-v0.46.x/feature-status/#control-plane

Be sure to mark that Support file store as data store feature as alpha feature 😉

Copy link
Member

Choose a reason for hiding this comment

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

@t-kikuc please address this 👀

Copy link
Member Author

Choose a reason for hiding this comment

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

@khanhtc1202

Be sure to mark that Support file store as data store feature as alpha feature

That's good, i'll do so

Copy link
Member Author

Choose a reason for hiding this comment

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

I did it

auto-merge was automatically disabled March 20, 2024 07:39

Base branch was modified

Copy link
Member

@khanhtc1202 khanhtc1202 left a comment

Choose a reason for hiding this comment

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

Thanks 🙏

@khanhtc1202
Copy link
Member

@ffjlabo plz

@t-kikuc t-kikuc merged commit 7b1103d into master Apr 1, 2024
13 of 14 checks passed
@t-kikuc t-kikuc deleted the doc-datastore-filedb branch April 1, 2024 23:48
@github-actions github-actions bot mentioned this pull request Apr 8, 2024
@t-kikuc t-kikuc mentioned this pull request Apr 9, 2024
sZma5a pushed a commit to sZma5a/pipecd that referenced this pull request Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants