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

chore: --experimental-use-server-side-upsert document #983

Merged
merged 8 commits into from
Jan 16, 2025

Conversation

chihiro-adachi
Copy link
Contributor

@chihiro-adachi chihiro-adachi commented Jan 15, 2025

Why

What

  • change option name to --experimental-use-server-side-upsert
  • publish v1.13.0 release blog

How to test

Checklist

  • Read CONTRIBUTING.md
  • Updated documentation if it is required.
  • Added/updated tests if it is required. (or tested manually)
  • Passed pnpm lint and pnpm test on the root directory.

@chihiro-adachi chihiro-adachi changed the title fix option name chore: fix option name Jan 15, 2025
@chihiro-adachi chihiro-adachi changed the title chore: fix option name docs: --experimental-use-server-side-upsert document Jan 15, 2025
@chihiro-adachi chihiro-adachi changed the title docs: --experimental-use-server-side-upsert document chore: --experimental-use-server-side-upsert document Jan 15, 2025
@chihiro-adachi chihiro-adachi marked this pull request as ready for review January 15, 2025 05:25
@chihiro-adachi chihiro-adachi requested a review from a team as a code owner January 15, 2025 05:25
@chihiro-adachi chihiro-adachi requested review from tasshi-me and shabaraba and removed request for a team January 15, 2025 05:25

We have implemented the `--experimental-use-server-side-upsert` option, which executes the record import command using [the upsert option of the bulk record update API](https://cybozu.dev/ja/kintone/docs/rest-api/records/update-records/)

Previously, cli-kintone implemented its own upsert mode, but by using `--experimental-use-server-side-upsert`, there is a possibility that the performance of the record import command will improve.
Copy link
Contributor

Choose a reason for hiding this comment

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

Previously, cli-kintone implemented its own upsert mode,

以前からあるcli-kintone独自のupsert機能があります、という意図の表現でしょうか?
Cli-kintone has been running with its own upsert modeCli-kintone has had its own upsert modeが自然に聞こえるかもです。
(そもそも主語がcli-kintoneなので、人が主語となるべきimplementの動詞とマッチしていなさそう)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@hisasami
なるほど、ご提案いただいた文章に修正してみます!
ありがとうございます〜

Copy link
Member

@tasshi-me tasshi-me left a comment

Choose a reason for hiding this comment

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

2箇所コメントしました!

website/blog/2025-01-16-cli-kintone-v1-13-0.md Outdated Show resolved Hide resolved
--update-key レコード番号 \
--experimental-use-server-side-upsert
```

Copy link
Member

Choose a reason for hiding this comment

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

安定性が確認できたらデフォルトオンにする予定というのも書いておいて良さそうです。

Copy link
Contributor Author

@chihiro-adachi chihiro-adachi Jan 15, 2025

Choose a reason for hiding this comment

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

@tasshi-me
ありがとうございますー
一文追加しました。
855f943

@chihiro-adachi chihiro-adachi merged commit c127039 into main Jan 16, 2025
32 checks passed
@chihiro-adachi chihiro-adachi deleted the feat-upsert branch January 16, 2025 01:32
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.

3 participants