This is an automated email from the ASF dual-hosted git repository.
fokko pushed a change to branch fd-with-history
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
from 778c66f Python: ManifestWriter and ManifestListWriter (#8622)
add cc4c277 Add .asf.yaml
new 44c5635 Merge branch 'main' of github.com:apache/iceberg-python into
fd-with-history
new ffcb0bf Add missing root files
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
dev/run-azurite.sh => .asf.yaml | 37 +++++----
.github/ISSUE_TEMPLATE/iceberg_bug_report.yml | 28 +++++++
.github/ISSUE_TEMPLATE/iceberg_improvement.yml | 11 +++
.github/ISSUE_TEMPLATE/iceberg_question.yml | 11 +++
dev/entrypoint.sh => .github/dependabot.yml | 19 +++--
.../workflows/license_check.yml | 13 ++--
.github/workflows/python-ci-docs.yml | 56 ++++++++++++++
.../workflows/python-ci.yml | 43 +++++++----
.../workflows/python-integration.yml | 35 +++++----
.github/workflows/python-release.yml | 88 ++++++++++++++++++++++
.github/workflows/stale.yml | 49 ++++++++++++
.gitignore | 53 +++++++++++++
.pre-commit-config.yaml | 7 +-
13 files changed, 396 insertions(+), 54 deletions(-)
copy dev/run-azurite.sh => .asf.yaml (54%)
mode change 100755 => 100644
create mode 100644 .github/ISSUE_TEMPLATE/iceberg_bug_report.yml
create mode 100644 .github/ISSUE_TEMPLATE/iceberg_improvement.yml
create mode 100644 .github/ISSUE_TEMPLATE/iceberg_question.yml
copy dev/entrypoint.sh => .github/dependabot.yml (74%)
mode change 100755 => 100644
copy dev/entrypoint.sh => .github/workflows/license_check.yml (83%)
mode change 100755 => 100644
create mode 100644 .github/workflows/python-ci-docs.yml
copy dev/run-azurite.sh => .github/workflows/python-ci.yml (51%)
mode change 100755 => 100644
copy dev/run-azurite.sh => .github/workflows/python-integration.yml (59%)
mode change 100755 => 100644
create mode 100644 .github/workflows/python-release.yml
create mode 100644 .github/workflows/stale.yml
create mode 100644 .gitignore