{"id":19651292,"url":"https://github.com/embulk/embulk-builtins","last_synced_at":"2025-09-10T08:38:07.060Z","repository":{"id":235438008,"uuid":"790603538","full_name":"embulk/embulk-builtins","owner":"embulk","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-14T02:45:06.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-09T12:06:19.022Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/embulk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-04-23T07:27:26.000Z","updated_at":"2024-05-14T02:45:09.000Z","dependencies_parsed_at":"2025-06-09T12:06:20.916Z","dependency_job_id":"6c3811fd-7c19-4789-83f8-d1c3f1613625","html_url":"https://github.com/embulk/embulk-builtins","commit_stats":null,"previous_names":["embulk/embulk-builtins"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/embulk/embulk-builtins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embulk%2Fembulk-builtins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embulk%2Fembulk-builtins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embulk%2Fembulk-builtins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embulk%2Fembulk-builtins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/embulk","download_url":"https://codeload.github.com/embulk/embulk-builtins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embulk%2Fembulk-builtins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274433831,"owners_count":25284427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T15:05:58.308Z","updated_at":"2025-09-10T08:38:07.007Z","avatar_url":"https://github.com/embulk.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"An umbrella repository to submodule built-in plugins.\n\n```\ngit submodule add -b main https://github.com/embulk/embulk-\u003ccategory\u003e-\u003ctype\u003e.git\n```\n\n```\ngit submodule update --init --recursive --remote\ngit submodule foreach git fetch -p --tags origin\ngit submodule foreach git checkout main\ngit submodule foreach git rebase origin/main\ngit submodule foreach \"git for-each-ref --format='%(refname:short)' refs/heads/ --merged=main | grep -v main | xargs --no-run-if-empty git branch -d\"\n```\n\n```\ngit submodule foreach 'if [ \"$name\" != \"embulk-decoder-bzip2\" ] \u0026\u0026 [ \"$name\" != \"embulk-decoder-gzip\" ]; then git checkout -b actions-macos-13; fi'\ngit submodule foreach 'if [ \"$name\" != \"embulk-decoder-bzip2\" ] \u0026\u0026 [ \"$name\" != \"embulk-decoder-gzip\" ]; then sed -i -e \"s/^        \\- macOS-latest/        \\- macos-13  # OpenJDK 8 is not supported on macos-14+ (M1)./\" .github/workflows/check.yml; fi'\ngit submodule foreach 'if [ \"$name\" != \"embulk-decoder-bzip2\" ] \u0026\u0026 [ \"$name\" != \"embulk-decoder-gzip\" ]; then git commit -a -m \"Use macos-13 in GitHub Actions\" || : ; fi'\ngit submodule foreach 'if [ \"$name\" != \"embulk-decoder-bzip2\" ] \u0026\u0026 [ \"$name\" != \"embulk-decoder-gzip\" ] \u0026\u0026 [ \"$name\" != \"embulk-filter-remove_columns\" ] ; then git push -u origin actions-macos-13 || : ; fi'`\ngit submodule foreach 'if [ \"$name\" != \"embulk-decoder-bzip2\" ] \u0026\u0026 [ \"$name\" != \"embulk-decoder-gzip\" ] ; then git checkout -b gradle-8.7 ; fi'\ngit submodule foreach 'if [ \"$name\" != \"embulk-decoder-bzip2\" ] \u0026\u0026 [ \"$name\" != \"embulk-decoder-gzip\" ] ; then ./gradlew wrapper --gradle-version=8.7 ; fi'\ngit submodule foreach 'if [ \"$name\" != \"embulk-decoder-bzip2\" ] \u0026\u0026 [ \"$name\" != \"embulk-decoder-gzip\" ] ; then git commit -a -m \"Upgrade the Gradle wrapper to 8.7\" || : ; fi'\ngit submodule foreach 'if [ \"$name\" != \"embulk-decoder-bzip2\" ] \u0026\u0026 [ \"$name\" != \"embulk-decoder-gzip\" ] ; then git push -u origin gradle-8.7 || : ; fi'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembulk%2Fembulk-builtins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fembulk%2Fembulk-builtins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembulk%2Fembulk-builtins/lists"}