This is an automated email from the ASF dual-hosted git repository.
manjusaka pushed a change to branch manjusaka/support-framepointer
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
omit 1c4e68a5e ci(cargo): Add frame pointer support in build flag
add 6078c3f27 docs: Add process on nominating committers and ppmc members
(#3740)
add fd6db0ce3 docs: Deploy website to nightlies for every tags (#3739)
add 1ed5594f9 docs: Remove not released bindings docs from top level
header (#3741)
add 8182d04ff feat: Implement ConcurrentFutures to remove the dependences
on tokio (#3746)
add f725eb199 docs: Add dependencies list for all packages (#3743)
add abef22b69 docs: Update maturity docs (#3750)
add f1acc9153 docs: update the RFC doc (#3748)
add 4c6bfbeb7 chore: Bring persy CI back (#3751)
add d82791c63 chore(bindings/python): upgrade pyo3 to 0.20 (#3758)
add 3741397a1 refactor: replace ftp tls impl as rustls (#3760)
add 0f19defa5 docs(website): polish deploy to nightlies (#3753)
add 00b5a1652 chore: remove unused binding feature file (#3757)
add 6980cd150 build(dep): Bump governor from 0.5.1 to 0.6.0 (#3761)
add 381ebd812 docs: add event calendar in community page (#3767)
add 1783cafef docs(community): polish events (#3768)
add a0adf3258 ci(cargo): Add frame pointer support in build flag
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1c4e68a5e)
\
N -- N -- N refs/heads/manjusaka/support-framepointer (a0adf3258)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/actions/setup/action.yaml | 17 ++
.../{cacache/cacache => persy/persy}/action.yml | 8 +-
.github/workflows/ci.yml | 42 +++
.github/workflows/docs.yml | 44 +++
Cargo.lock | 115 +++-----
DEPENDENCIES.md | 19 ++
bin/oay/DEPENDENCIES.md | 3 +
bin/oay/DEPENDENCIES.rust.tsv | 290 ++++++++++++++++++++
bin/oli/DEPENDENCIES.md | 3 +
bin/oli/DEPENDENCIES.rust.tsv | 266 ++++++++++++++++++
bindings/c/DEPENDENCIES.md | 9 +
bindings/c/DEPENDENCIES.rust.tsv | 253 +++++++++++++++++
bindings/cpp/DEPENDENCIES.md | 9 +
bindings/cpp/DEPENDENCIES.rust.tsv | 249 +++++++++++++++++
bindings/dotnet/DEPENDENCIES.md | 9 +
bindings/dotnet/DEPENDENCIES.rust.tsv | 239 ++++++++++++++++
bindings/go/DEPENDENCIES.md | 3 +
bindings/haskell/DEPENDENCIES.md | 17 ++
bindings/haskell/DEPENDENCIES.rust.tsv | 239 ++++++++++++++++
bindings/java/DEPENDENCIES.md | 9 +
bindings/java/DEPENDENCIES.rust.tsv | 255 ++++++++++++++++++
bindings/lua/DEPENDENCIES.md | 9 +
bindings/lua/DEPENDENCIES.rust.tsv | 244 +++++++++++++++++
bindings/nodejs/DEPENDENCIES.md | 9 +
bindings/nodejs/DEPENDENCIES.rust.tsv | 253 +++++++++++++++++
bindings/ocaml/DEPENDENCIES.md | 9 +
bindings/ocaml/DEPENDENCIES.rust.tsv | 248 +++++++++++++++++
bindings/php/DEPENDENCIES.md | 9 +
bindings/php/DEPENDENCIES.rust.tsv | 300 +++++++++++++++++++++
bindings/python/Cargo.toml | 4 +-
bindings/python/DEPENDENCIES.md | 9 +
bindings/python/DEPENDENCIES.rust.tsv | 249 +++++++++++++++++
bindings/python/src/operator.rs | 10 +-
bindings/python/src/utils.rs | 1 -
bindings/ruby/.gitignore | 3 +-
bindings/ruby/.rspec | 3 +
bindings/ruby/DEPENDENCIES.md | 9 +
bindings/ruby/DEPENDENCIES.rust.tsv | 260 ++++++++++++++++++
bindings/ruby/Gemfile | 7 +-
bindings/ruby/Rakefile | 20 +-
.../version.rb => spec/blocking_op_spec.rb} | 18 +-
.../version.rb => spec/spec_helper.rb} | 14 +-
bindings/ruby/tests/binding.feature | 1 -
bindings/ruby/tests/steps/binding.rb | 66 -----
bindings/swift/DEPENDENCIES.md | 3 +
bindings/tests/README.md | 3 -
bindings/tests/features/binding.feature | 35 ---
bindings/zig/DEPENDENCIES.md | 3 +
core/Cargo.toml | 9 +-
core/DEPENDENCIES.md | 3 +
core/DEPENDENCIES.rust.tsv | 238 ++++++++++++++++
core/src/docs/rfcs/README.md | 62 +++++
core/src/docs/rfcs/mod.rs | 64 ++++-
core/src/layers/throttle.rs | 37 ++-
core/src/raw/futures_util.rs | 243 +++++++++++++++++
core/src/raw/mod.rs | 3 +
core/src/services/ftp/backend.rs | 12 +-
core/src/types/list.rs | 78 +++---
core/tests/behavior/list.rs | 17 ++
deny.toml | 45 ++++
integrations/dav-server/DEPENDENCIES.md | 3 +
integrations/dav-server/DEPENDENCIES.rust.tsv | 252 +++++++++++++++++
integrations/object_store/DEPENDENCIES.md | 3 +
integrations/object_store/DEPENDENCIES.rust.tsv | 250 +++++++++++++++++
licenserc.toml | 4 +
scripts/dependencies.py | 85 ++++++
website/.yarnrc.yml | 19 --
website/DEPENDENCIES.md | 3 +
website/DEPENDENCIES.node.csv | 13 +
website/README.md | 10 +-
website/community/committers/_category_.yml | 4 +-
.../committers/{committer.md => onboarding.md} | 4 +-
website/community/committers/release.md | 7 +-
website/community/committers/verify.md | 2 +-
website/community/index.mdx | 24 ++
website/community/maturity.md | 7 +-
.../{committers => ppmc_members}/_category_.yml | 6 +-
.../community/ppmc_members/nominate-committer.md | 150 +++++++++++
.../community/ppmc_members/nominate-ppmc-member.md | 127 +++++++++
website/community/ppmc_members/onboarding.md | 19 ++
.../{committers => ppmc_members}/podling-report.md | 2 +-
.../ppmc_members/roster-add-committer.png | Bin 0 -> 91133 bytes
.../ppmc_members/roster-add-ppmc-member.png | Bin 0 -> 102648 bytes
website/community/security.md | 1 +
website/docusaurus.config.js | 34 +--
website/pnpm-lock.yaml | 72 ++---
86 files changed, 5415 insertions(+), 394 deletions(-)
copy .github/services/{cacache/cacache => persy/persy}/action.yml (84%)
create mode 100644 DEPENDENCIES.md
create mode 100644 bin/oay/DEPENDENCIES.md
create mode 100644 bin/oay/DEPENDENCIES.rust.tsv
create mode 100644 bin/oli/DEPENDENCIES.md
create mode 100644 bin/oli/DEPENDENCIES.rust.tsv
create mode 100644 bindings/c/DEPENDENCIES.md
create mode 100644 bindings/c/DEPENDENCIES.rust.tsv
create mode 100644 bindings/cpp/DEPENDENCIES.md
create mode 100644 bindings/cpp/DEPENDENCIES.rust.tsv
create mode 100644 bindings/dotnet/DEPENDENCIES.md
create mode 100644 bindings/dotnet/DEPENDENCIES.rust.tsv
create mode 100644 bindings/go/DEPENDENCIES.md
create mode 100644 bindings/haskell/DEPENDENCIES.md
create mode 100644 bindings/haskell/DEPENDENCIES.rust.tsv
create mode 100644 bindings/java/DEPENDENCIES.md
create mode 100644 bindings/java/DEPENDENCIES.rust.tsv
create mode 100644 bindings/lua/DEPENDENCIES.md
create mode 100644 bindings/lua/DEPENDENCIES.rust.tsv
create mode 100644 bindings/nodejs/DEPENDENCIES.md
create mode 100644 bindings/nodejs/DEPENDENCIES.rust.tsv
create mode 100644 bindings/ocaml/DEPENDENCIES.md
create mode 100644 bindings/ocaml/DEPENDENCIES.rust.tsv
create mode 100644 bindings/php/DEPENDENCIES.md
create mode 100644 bindings/php/DEPENDENCIES.rust.tsv
create mode 100644 bindings/python/DEPENDENCIES.md
create mode 100644 bindings/python/DEPENDENCIES.rust.tsv
create mode 100644 bindings/ruby/.rspec
create mode 100644 bindings/ruby/DEPENDENCIES.md
create mode 100644 bindings/ruby/DEPENDENCIES.rust.tsv
copy bindings/ruby/{lib/opendal_ruby/version.rb => spec/blocking_op_spec.rb}
(67%)
copy bindings/ruby/{lib/opendal_ruby/version.rb => spec/spec_helper.rb} (71%)
delete mode 120000 bindings/ruby/tests/binding.feature
delete mode 100644 bindings/ruby/tests/steps/binding.rb
create mode 100644 bindings/swift/DEPENDENCIES.md
delete mode 100644 bindings/tests/README.md
delete mode 100644 bindings/tests/features/binding.feature
create mode 100644 bindings/zig/DEPENDENCIES.md
create mode 100644 core/DEPENDENCIES.md
create mode 100644 core/DEPENDENCIES.rust.tsv
create mode 100644 core/src/docs/rfcs/README.md
create mode 100644 core/src/raw/futures_util.rs
create mode 100644 deny.toml
create mode 100644 integrations/dav-server/DEPENDENCIES.md
create mode 100644 integrations/dav-server/DEPENDENCIES.rust.tsv
create mode 100644 integrations/object_store/DEPENDENCIES.md
create mode 100644 integrations/object_store/DEPENDENCIES.rust.tsv
create mode 100644 scripts/dependencies.py
delete mode 100644 website/.yarnrc.yml
create mode 100644 website/DEPENDENCIES.md
create mode 100644 website/DEPENDENCIES.node.csv
rename website/community/committers/{committer.md => onboarding.md} (98%)
copy website/community/{committers => ppmc_members}/_category_.yml (94%)
create mode 100644 website/community/ppmc_members/nominate-committer.md
create mode 100644 website/community/ppmc_members/nominate-ppmc-member.md
create mode 100644 website/community/ppmc_members/onboarding.md
rename website/community/{committers => ppmc_members}/podling-report.md (98%)
create mode 100644 website/community/ppmc_members/roster-add-committer.png
create mode 100644 website/community/ppmc_members/roster-add-ppmc-member.png