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: import plugin-packer to subdirectory #903

Merged
merged 1,227 commits into from
Oct 24, 2024

Conversation

tasshi-me
Copy link
Member

@tasshi-me tasshi-me commented Oct 22, 2024

Why

To build a plugin pack command based on plugin-packer package on js-sdk.

What

Merging plugin-packer from js-sdk to cli-kintone

In js-sdk repository

git subtree split --prefix packages/plugin-packer --annotate='(subtree) ' --branch subtree-plugin-packer
git push

In cli-kintone repository

mkdir -p src/plugin
git remote add js-sdk [email protected]:kintone/js-sdk.git
git subtree add --prefix src/plugin/packer js-sdk subtree-plugin-packer

Contributors

We will include all plugin-packer contributors to the Squash commit.

This is the full list of contributors.

authors-full-list.txt

And this is what we will add to the commit message.

co-authored-by.txt

# Execute on subtree-plugin-packer branch of js-sdk
git log \
  | grep -e 'Author:' -e 'Co-authored-by:' \
  | sed -e 's/^ *//' -e 's/ *$//' -e 's/Author: //' -e 's/Co-authored-by: //' \
  | awk '!x[$0]++'  \
  | tac \
  > authors-full-list.txt
cat authors-full-list.txt | sed -e 's/^/Co-authored-by: /' > co-authored-by.txt

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.

github-actions bot and others added 30 commits October 19, 2022 07:58
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nguyen Thai Hung <[email protected]>
…es of glob v8 (#1837)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…#1829)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…#1908)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…#1934)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot and others added 15 commits August 6, 2024 15:38
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
… (#2960)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…#3012)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…#3018)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: nameless-mc <[email protected]>
…760df8e55'

git-subtree-dir: src/plugin/packer
git-subtree-mainline: b71bade
git-subtree-split: 4636d5a
@tasshi-me tasshi-me self-assigned this Oct 22, 2024
@tasshi-me tasshi-me marked this pull request as ready for review October 24, 2024 14:03
@tasshi-me tasshi-me changed the title chore: import plugin-packer as subtree chore: import plugin-packer Oct 24, 2024
@tasshi-me tasshi-me changed the title chore: import plugin-packer chore: import plugin-packer to subdirectory Oct 24, 2024
@tasshi-me tasshi-me changed the title chore: import plugin-packer to subdirectory chore: merge plugin-packer to subdirectory Oct 24, 2024
@tasshi-me tasshi-me changed the title chore: merge plugin-packer to subdirectory chore: import plugin-packer to subdirectory Oct 24, 2024
@tasshi-me tasshi-me requested a review from a team as a code owner October 24, 2024 15:26
@tasshi-me tasshi-me requested review from chihiro-adachi and shabaraba and removed request for a team October 24, 2024 15:26
Co-authored-by: Teppei SATO <[email protected]>
Co-authored-by: Will <[email protected]>
Co-authored-by: teppeis <[email protected]>
Co-authored-by: Teppei Sato <[email protected]>
Co-authored-by: toshihisa-tomatsu <[email protected]>
Co-authored-by: Hiroyuki Anai <[email protected]>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Toshihisa Tomatsu <[email protected]>
Co-authored-by: WhiteSource Renovate <[email protected]>
Co-authored-by: Hiroyuki ANAI <[email protected]>
Co-authored-by: Sakito Mukai <[email protected]>
Co-authored-by: toshi-toma <[email protected]>
Co-authored-by: sakito <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: shisama <[email protected]>
Co-authored-by: chick-p <[email protected]>
Co-authored-by: Sosuke Suzuki <[email protected]>
Co-authored-by: Hodaka Kasama <[email protected]>
Co-authored-by: Toru Kobayashi <[email protected]>
Co-authored-by: nakajmg <[email protected]>
Co-authored-by: Shingo Yamazaki <[email protected]>
Co-authored-by: shintaroNagata <[email protected]>
Co-authored-by: Shintaro Nagata <[email protected]>
Co-authored-by: piyo <[email protected]>
Co-authored-by: Shin'ya Ueoka <[email protected]>
Co-authored-by: Masashi Hirano <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Nguyen Thai Hung <[email protected]>
Co-authored-by: ryounasso <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: tasshi / Masaharu TASHIRO <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: tuanphamcybozu <[email protected]>
Co-authored-by: hung-nguyen <[email protected]>
Co-authored-by: tuan-pham <[email protected]>
Co-authored-by: trigger-github-actions[bot] <143469140+trigger-github-actions[bot]@users.noreply.github.com>
Co-authored-by: Masaharu TASHIRO <[email protected]>
Co-authored-by: Nguyen Thai Hung <[email protected]>
Co-authored-by: Tuan Pham <[email protected]>
Co-authored-by: trigger-github-actions-release[bot] <143469140+trigger-github-actions-release[bot]@users.noreply.github.com>
Co-authored-by: tasshi / Masaharu Tashiro <[email protected]>
Co-authored-by: nameless-mc <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@tasshi-me tasshi-me force-pushed the import-subtree-plugin-packer branch from bc6a7bc to f5a148b Compare October 24, 2024 15:28
@tasshi-me tasshi-me merged commit 03a563d into feat/plugin-packer Oct 24, 2024
6 of 13 checks passed
@tasshi-me tasshi-me deleted the import-subtree-plugin-packer branch October 24, 2024 15:29
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.

4 participants